开发者

Navigation-based app + tab bar

开发者 https://www.devze.com 2023-01-16 18:52 出处:网络
I made a tab bar application with several tab bar buttons. Each button is linked to a separate xib file. This works for a xib with a UIViewController and a xib with a UITableViewController. However, i

I made a tab bar application with several tab bar buttons. Each button is linked to a separate xib file. This works for a xib with a UIViewController and a xib with a UITableViewController. However, it does not work for a xib with a UINavigationController.

On the left you can see what it looks like in Interface Buil开发者_开发技巧der, and on the right is what it looks like in the simulator.

Navigation-based app + tab bar

Why isn't it showing up correctly in the simulator?


But it looks like it's showing up correctly. You probably just need to add some code to your UITableViewController to populate the tableView and set a title for the navbar.

0

精彩评论

暂无评论...
验证码 换一张
取 消