I am developing an application in which I am using one UIButton.
When I click that button it needs to show the UITableView and other remaining controls are not working.
I need to show the UITableView act like a UIAlertView.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
create
UITableViewController. and present modelView as page. it works fine.