Kira
Kira

Reputation: 417

Easiest way to add TabBar to an existing application

Can someone advise if there is a quick way to convert an existing iPhone app to a tab bar app? I can create a new storyboard using TabBar controller, however I think there must be a way to add UITabBar to an existing controller.

Any help is appreciated.

Upvotes: 3

Views: 1122

Answers (1)

Marcus Adams
Marcus Adams

Reputation: 53830

In XCode, select the existing controller in your storyboard, then from the main menu, select Editor, then Embed In->Tab Bar Controller.

Upvotes: 7

Related Questions