I want to add the UItableview inside the alert view..
I have tried to add a table view as a sub view of alert view, it's not working. Can you give me some code or sample link for that?
How can i do that?
Thanks
I want to add the UItableview inside the alert view..
I have tried to add a table view as a sub view of alert view, it's not working. Can you give me some code or sample link for that?
How can i do that?
Thanks
Try any one of these pages :
http://zpasternack.blogspot.com/2010/10/stupid-uialertview-tricks-part-deux.html
https://github.com/blommegard/SBTableAlert
Instead of UIAlertView + UITableView is much better to use UIActionSheet.
Is this really what you want?
An alert is very obtrusive, and quite alarming to the user. Alerts are modal and should be use with great discretion. Maybe one of these could be a better solutions:
Its working in my case
you can use CAAlertView "https://github.com/chandanankush/CAAlertView" for both tableView listing and datePicker