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.
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.
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.