I have one UIAction Sheet and there are 4 buttons, 1 is delete.
delete is running perfectly but now i want to add some confirmation box, so if user click on “Yes” button the record will be delete else not.
I don’t know how to add this confirmation box and where?
thank you in advance.
@pooja i suggest u to use
UIAlertViewfor that in your code where you are usingUIActionSheetdelete button on delete button action call this..and do forgot to call
UIActionSheetDelegate…Hope this will help u!!!!