I have UITableView.when i click on it’s 1 st row one another UITableView opens and when i click on 2 nd row UIDatepicker opens.
my question is why my UIDatepicker and UITableview is not autoresizes though i set it’s autoresize property.
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.
Here’s an alternate way of setting up your application:
If you have your application set up with a navigation controller you could push your new views onto the view stack. This would give your application the navigation bar and would give you a back button. I don’t think you would want to directly put your UITableView and UIDatePicker into a navigation controller but would instead want to create new view (using the new view template in Interface Builder) to put them in.