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

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -