I\'m trying to build a a sticky component like this app
http://www.screencapture.ru/file/E88F08Fc
Deals, Products, Events tabs/segmentControl are actually start
This is very easy you just need to know the index component that you want it to sticky during scrolling inside a scrollview component. Here is an example:
Hello1 Hello2 Hello3
So when scrolling Hello1 text will sticky to the top of the ScrollView
Good Luck