是否可以将图像和文本都放入 Segmentcontrol 中?
我正在开发一个 iPad 应用程序。我想显示一个 UISegmentedControl,每个段中都包含图像和文本。可以这样做吗?请澄清。
提前致谢。
I am developing an iPad app. I want to show a UISegmentedControl with both image and text in each segment. Is it possible to do so?. Please clarify.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查此答案了解两行段控件。只需将 UIImageViews 而不是额外的 UILabels 放入段中即可。
Check this Answer for a Two-Line-SegmentControl. Just put UIImageViews instead of additional UILabels in the segments.