Chandra Naveen
Chandra Naveen

Reputation: 31

Customising segmented control with two labels

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

Upvotes: 0

Views: 1612

Answers (2)

dahiya_boy
dahiya_boy

Reputation: 9503

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

Upvotes: 1

Gurinder Batth
Gurinder Batth

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

Related Questions