Search code examples
objective-ccocoansbox

NSBox background image


How can I set background image a for an NSBox? I know we can put a color, but what about background image?


Solution

  • Check out +NSColor colorWithPatternImage:.

    [myNSBox somehowSetBackgroundColor: [NSColor colorWithPatternImage: myImage]];