Search code examples
iosswiftxcodeuisegmentedcontroltinder

Customize UISegmentedControl like Tinder - Swift 3


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.


Solution

  • 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.