Setting a background image for UIButton

后端 未结 7 1236
孤城傲影
孤城傲影 2020-12-17 14:59

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

7条回答
  •  被撕碎了的回忆
    2020-12-17 15:46

    See the UIButton class reference: -setBackgroundImage:forState:

    Create your button with type UIButtonTypeCustom instead of UIButtonTypeRoundedRect if you don't want to use the rounded corner style.

提交回复
热议问题