I need some guidance for following :
- I have an ActionSheet. When it appears it shows my custom view with two buttons.
- The View is called from another (.h/.m)file using xib.
- How can I set cancel event on one of the button. Buttons are added into view not in ActionSheet.
- OR How can I put buttons on ActionSheet programmatically ?
Thanks…
Here is the link to your answer.
Also you can refere the Class Reference for UIActionsheet to get all the solutions related to action sheet.