标签: ios objective-c cocoapods uisegmentedcontrol
我需要在我的UISegmentedControl中选择图像和文字,如附图所示。这怎么可能?
UISegmentedControl
答案 0 :(得分:1)
使用BWSegmentControl,其中包含图像和文本,
https://github.com/MendyK/BWSegmentedControl
答案 1 :(得分:0)
只是在你的情况下你不能使用那么多修改的段。我建议使用collectionView而不是它。创建一个customCollectionView,它的行为就像段条一样。快乐的编码..