ios Uikit自定义分段按钮
I'm looking to create a view with these buttons. There is a background animation when one of the button touched.
Not sure how to do this.
Is custom segmented buttons the way to go?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我使用自定义控制
用法:
访问索引更改事件:
在父视图上实现代表:
委托:
结果:
I went with custom control
Usage:
To access index change event:
Implement the delegate on parent view:
Delegate:
Result: