ios - How can I make a UIButton look like a delete button (iphone/iPad)? 3 -


i have image view,on there programmatically created uibuttons. want delete these buttons through uiactionsheet. possible in ipad? please me out.

unfortunately there no way set destructive button uibutton,unless create custom button red gradient background image this

you can create red button method specified above or this


Comments

Popular posts from this blog

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -