Search code examples
ioscocoa-touchuiactionsheetconfirmation

How do I create a "delete" actionsheet in xcode?


How do I create a delete confirmation like the one shown below?


Solution

  • If you want the same as shown in photo along with other button use the below UIActionSheet blog tutorial and if you want just standalone button follow the below SO post

    How can I create a big, red UIButton with the iPhone SDK?