Reputation: 31
I am looking to customise the uisegmented control as shown in figure.Help or links will be of great help
Upvotes: 0
Views: 1612
Reputation: 9503
Instead of UISegementControl
you can customise this by the UICollectionView
by enabling the pageControl
property. Or use this cocoa pod from here
Upvotes: 1
Reputation: 663
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
Upvotes: 3