I'm trying to design a custom Table view with a segmented control at the top like the image below . (That's from whatsapp)
Some experiments
- UINavigationBar has a topItem but that's for the title which is still needed
- Creating a vertical stack view with a segmentedcontrol and UITable looks ok, but scroll on the table does not cause the segmentedcontrol to scroll out. And the navigation bar is still above the segmented control.
Appreciate any help!