Reputation: 3143
I can change selected segment of UISegmentedControl
by selectedSegmentIndex
, however is it possible to change index with animation?
Upvotes: 4
Views: 1013
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