Customising segmented control with two labels

1.5k Views Asked by At

I am looking to customise the uisegmented control as shown in figure.Help or links will be of great helpimage

2

There are 2 best solutions below

0
On

Instead of UISegementControl you can customise this by the UICollectionViewby enabling the pageControl property. Or use this cocoa pod from here

2
On

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