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
You can use [UIColor colorWithPatternImage:] to set background color to image. To use image you should change button style to custom.
[UIColor colorWithPatternImage:]