Is it possible to make it so that the user can click on an NSIm开发者_开发百科age and trigger an action? How can I do this, through Interface Builder or programmatically?
Yeah:
[myButton setImage:[NSImage imageNamed:@"mypng.png"]];
Is it possible to make it so that the user can click on an NSIm开发者_开发百科age and trigger an action? How can I do this, through Interface Builder or programmatically?
Yeah:
[myButton setImage:[NSImage imageNamed:@"mypng.png"]];
精彩评论