i really need your help,
could you please, describe how can i implement tabs (Tweets,Media,Likes)

or help me here in stackoverflow
https://stackoverflow.com/questions/44480677/stackoverflow-twitter-ios-app-how-they-handle-scrolling-in-their-pages
i really dont know how they handle scrollviews, and how they implement this page
is this the structure?
ScrollView
TopView (User Info)
Segmented Controll
scrollView(to swipe right or left changing tables)
ContainerView For TWEETS
ContainerView For TWEETS & REPLIES
ContainerView For MEDIA
ContainerView For LIKES
and i think there is a protocol which all child conform , so parent can see the scrollevent in childs...
but i dont know how handle scrolling up or down like twitter
i really need your help,

could you please, describe how can i implement tabs (Tweets,Media,Likes)
or help me here in stackoverflow
https://stackoverflow.com/questions/44480677/stackoverflow-twitter-ios-app-how-they-handle-scrolling-in-their-pages
i really dont know how they handle scrollviews, and how they implement this page
is this the structure?
ScrollView
TopView (User Info)
Segmented Controll
scrollView(to swipe right or left changing tables)
ContainerView For TWEETS
ContainerView For TWEETS & REPLIES
ContainerView For MEDIA
ContainerView For LIKES
and i think there is a protocol which all child conform , so parent can see the scrollevent in childs...
but i dont know how handle scrolling up or down like twitter