uibutton - add text in a button with image? objective-c -
how write text in uibutton contains image? i'd have button "save", have image "button", put uibutton on view in ib, either text first or image first, text never shows in front of image. how that?
thanks !
create uilabel
text need, add subview uibutton
. can programmatically in -viewdidload
function of view containing uibutton
s.
Comments
Post a Comment