finally I've find it... I've added a view which is subclass of UIViewController into the UIActionSheet. I've created a view in separate file (using xib) .
I recently created an application where I created action sheet and added a picker view in it.
Firstly you need to create object for action sheet in your .h file as along with its properties as follows :
finally I've find it... I've added a view which is subclass of UIViewController into the UIActionSheet. I've created a view in separate file (using xib) .
I recently created an application where I created action sheet and added a picker view in it.
Firstly you need to create object for action sheet in your .h file as along with its properties as follows :
Then you need to make following changes in your .m file
i think these links will help u. i have never add a view in uiactionsheet but after a little search i think we can add.
http://www.ifans.com/forums/showthread.php?t=301851
how add the action sheet in the cell of table view