我怎样才能做这个iPhone(分段控制?)布局?
请看这个截图:
当您点击另一个分段控件时,它会平滑切换(如果可以的话请尝试一下)。
首先,它是分段控件吗? 其次,如何添加这种平滑效果?
谢谢你们。
Please look at this screenshot:
When you tap in another segmentedcontrol, it switches smoothly (try it if you can).
First of all, is it a segmentedcontrol?
Second, how can I add this smooth effect?
Thanks guys.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我刚刚尝试过。它似乎不是分段视图。
也许有 3 个深色按钮(或一个或多个视图)和一个可移动并覆盖当前所选按钮的图层。
一切都精心制作,所以看起来很棒;)
我想我可以用一个大的 UIImageView (而不是三个按钮)和一个 UITapGestureRecognizer 来实现触摸,并为选定的按钮提供一个 CALayer
I just tried. It does not seem to be a segment view.
Maybe 3 dark buttons(or view or views) and a layer that moves and overlay the current selected button.
Everything is well crafted so it looks great ;)
I think I could do that with a big UIImageView (instead of the three buttons) with an UITapGestureRecognizer to get the touch and a CALayer for the selected button