I am looking to customise the uisegmented control as shown in figure.Help or links will be of great help
Customising segmented control with two labels
1.5k Views Asked by Chandra Naveen At
2
There are 2 best solutions below
2

https://www.cocoacontrols.com/search?q=Segment
Try It following link. I think it should work.
or if you have only 3 buttons then you create 3 buttons and you can add two labels on a button programmatically
Instead of
UISegementControl
you can customise this by theUICollectionView
by enabling thepageControl
property. Or use this cocoa pod from here