I am a newbie with Objective C. How would I set the background of this button to an image (image is already in the resources folder in XCode, \"blue_button.png\") instead o
No need to set button to UIButtonTypeCustom- (void)setBackgroundImage:(UIImage *)image forState:(UIControlState)state method also works for UIButtonTypeRoundedRect