¡@

Home 

2014/10/15 ¤U¤È 10:04:43

iphone Programming Glossary: btnclear

Setting a background image for UIButton

http://stackoverflow.com/questions/4608454/setting-a-background-image-for-uibutton

Also I would prefer that I use the image as the shape of the button rather than the UIButtonTypeRoundedRect. btnClear UIButton buttonWithType UIButtonTypeRoundedRect retain btnClear.frame CGRectMake 115 350 90 40 btnClear setTitle @ Clear.. of the button rather than the UIButtonTypeRoundedRect. btnClear UIButton buttonWithType UIButtonTypeRoundedRect retain btnClear.frame CGRectMake 115 350 90 40 btnClear setTitle @ Clear forState UIControlStateNormal btnClear.backgroundColor UIColor.. btnClear UIButton buttonWithType UIButtonTypeRoundedRect retain btnClear.frame CGRectMake 115 350 90 40 btnClear setTitle @ Clear forState UIControlStateNormal btnClear.backgroundColor UIColor clearColor btnClear addTarget self action..