Why doesn’t this work :(

-(void)awakeFromNib

{

NSColor *initialColor = [textField textColor];

NSLog(@”Setting initial color for the color well”);

[colorWell setColor:initialColor];

}

Comments

Popular posts from this blog

Android ListView with CheckBox - The easy way

Starting an Activity from ItemizedOverlay