这是什么类型的 iPhone UIControl?
我不确定这些是定制按钮还是标准按钮,但是“核心统计”和“传感器统计”切换按钮是什么控件?
我制作了定制的单选按钮,但我找不到这些通用控件来自哪里,
提前谢谢您!
I'm not sure if these are custom made buttons or if they are standard, but what controls are the "Core stats" and ""Sensor Stats" toggle buttons?
I've made custom made Radio Buttons, but I can't find where these common controls come from
Thank you in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这称为 UISegmentedControl。
That's called a UISegmentedControl.
这些将是 UISegmentedControls。这是文档的链接。
http://developer.apple.com/library/ios/#documentation/UIKit/Reference/UISegmentedControl_Class/Reference/UISegmentedControl.html#//apple_ref/doc/uid/TP40006807
Those would be UISegmentedControls. Here's a link to the documentation.
http://developer.apple.com/library/ios/#documentation/UIKit/Reference/UISegmentedControl_Class/Reference/UISegmentedControl.html#//apple_ref/doc/uid/TP40006807