Leo
Leo

Reputation: 3143

How to change UISegmentedControl index with animation?

I can change selected segment of UISegmentedControl by selectedSegmentIndex, however is it possible to change index with animation?

Upvotes: 4

Views: 1013

Answers (1)

Jelly
Jelly

Reputation: 4522

This is not possible. You have to implement your own custom view or search for a 3rd party control that allows that.

Upvotes: 2

Related Questions