0

How can I customize UISegmentedControl? Like this:

enter image description here

I'm using Xcode 8 and Swift 3 I would appreciate it if you could help. Thanks.

Janmenjaya
  • 4,149
  • 1
  • 23
  • 43

1 Answers1

4

You can get UISegmentControl like that from LUNSegmentedControl

It is in objctive C but you can convert it in swift and can use it in your project.

Bhavin Ramani
  • 3,221
  • 5
  • 30
  • 41