i want a view with UITabBAr at The bottom with some buttons+Navigation controller on each view and a tableview inside the view using interface builder and windows basaed application template. i want a step by step guide to do this
i want a view with UITabBAr at The bottom with some buttons+Navigation controller on
Share
This is very simple. Just create your appdelegate with this function:
Now, just create your UITableView subclass and you are all set.
If you want multiple views, and not just one table, you can just declare more view controllers and add them to the tabViewControllerArray.