Monte
Monte

Reputation: 1016

ViewController with TalbeView and CollectionView tabs like Google+ in IOS

i'm trying to understand how to build something like this (google plus profile page):

enter image description here

Seems that there is a header (like tableheaderview) and, when the user tap on Foto, Post or Info the bottom change to UiTableView, UiCollectionView.

How can i realize this? With ContainerView?

Upvotes: 1

Views: 740

Answers (1)

Monte
Monte

Reputation: 1016

The solution is simple (thanks to Natarajan):

just add UiCollectionView to UiTableViewCell. That's it

Upvotes: 2

Related Questions