iphone - Custom Image for UIButtonTypeInfoLight Button -
i create custom info type button. halo effect goes on button image, place imageview ontop? or can try add halo setimage? tried setimage, seems when u try set halo, larger actual button, halo gets resized button's bounds. tried disabling clipstobounds, autoresizing mask, , setting contentmode button..but none seem work.
neither. have create generic button (either [uibutton buttonwithtype:uibuttontypecustom]
or [[uibutton alloc] initwithframe:
...]
, set showstouchonhighlight
property yes.
Comments
Post a Comment