How do I make a UIImageView with rounded corners on a Swift iOS Playground? Inside it needs to be filled with a color.
Setting layer.cornerRadius = 10 at User Defined Runtime Attributes section on the Identity inspector works even on repeatable elements like table cells.