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
See the UIButton class reference: -setBackgroundImage:forState:
-setBackgroundImage:forState:
Create your button with type UIButtonTypeCustom instead of UIButtonTypeRoundedRect if you don't want to use the rounded corner style.
UIButtonTypeCustom
UIButtonTypeRoundedRect