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.
我可以在 Apple Pages 应用程序中选择多种字体样式,屏幕上的橙色框。
怎么做?
我在 iOS SDK 中找不到任何这样的 ui 组件,多选。UISegmentControl仅适用于单选按钮之类的选择。
UISegmentControl
在瞬时模式下使用 UISegmentControl 来获得条形图 :)
为单元格设置自定义背景图像
没有库存控制,但使用这种方法是非常基本的
为此,您需要使用 UISegment Control 并自定义背景图像。您还可以设置每个段的宽度。
然后你就会实现你的目标。
干杯!
没有默认的东西可用,你必须自己做。您为每个按钮设置标签,并且只设置一个选择器。通过检查选定的按钮标签执行您的特定代码。