I am trying to draw a repeating background image in my NSView, I have this till now:
// INIT - (id)initWithFrame:(NSRect)frame { if (self = [super initWithFram
Check out RMSkinnedViewon Github!
RMSkinnedView
EDIT: RMSkinnedView is a NSView subclass where you can set up several options, including rounded corners, background color, background image pattern, etc., directly via the User Defined Runtime Attributes in the Interface Builder.
NSView