ViewController with TalbeView and CollectionView tabs like Google+ on IOS

I'm trying to figure out how to build something like this (google plus profile page):

enter image description here

There seems to be a header (like tableheaderview) and when user clicks on Foto, Post or Info the bottom change to UiTableView, UiCollectionView.

How can I figure this out? ContainerView?

+1


source to share


1 answer


The solution is simple (thanks to Natarajan ):



just add UiCollectionView to UiTableViewCell. What he

+2


source







All Articles