How to change UISegmentedControl index with animation?

随声附和 提交于 2019-12-10 20:48:27

问题


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


回答1:


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



来源:https://stackoverflow.com/questions/36379008/how-to-change-uisegmentedcontrol-index-with-animation

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!