I insert a segmented in uitableview like this url image. If you see the url image, now i’m working ok everything data in uitable,
and…
When i scroll down table i wanna part 1: Image(in url) will scroll scroll to part 2: segmented will stop and if you still scroll uitable part 3: the data will be scroll (keep segmented on the top).
Have you any idea it. Thanks
I just test it, it is working!
Set your UITableView pain
UITableView has two section and each section has only one row.
When edit your section header, make sure only second section has header – second header will be your part2.
first section first row is your part1.
second section first row is your part3.
That’s it : )