Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个带有两个箭头的动画菜单,一个在按钮的左侧,一个在按钮的右侧,箭头的方向是右箭头,左箭头是左箭头
我想当我单击右侧的箭头时显示另一个而不退出当前视图,左箭头相同,但他显示另一个按钮(选项)以供选择
当我单击右侧或左侧按钮时,我希望他向我展示带有动画的新按钮,当他更改按钮时,它看起来像火车动画
你能告诉我我该怎么做吗?
您可以创建一个UIScrollViewwithUIButtons并将两个UIButtons左右滚动。您可以按照本教程进行操作 -
UIScrollView
UIButtons
http://blog.sallarp.com/iphone-sliding-menu/