Abhishek
Abhishek

Reputation: 1702

Facebook like View below navigation bar

Which is the best way to create Facebook like | Status | Photo | Check in | bar below navigation bar, I have to put a segment over there and my view will change according to the segment.

enter image description here

Upvotes: 0

Views: 175

Answers (1)

Vineesh TP
Vineesh TP

Reputation: 7963

In a ViewController add a three buttons for status, photo, checkin. Then drag a ContainerView into the ViewController. Then, Connect each tabs (status, photo, checkin) for different ViewControllers in containerView.

For switching the viewControllers for tabs cyclic switching ViewController code available in Apple Documents also.

Hope this will helps you.

Upvotes: 1

Related Questions