Remove UISegmentedControl separators completely. (iphone)

前端 未结 9 1751
Happy的楠姐
Happy的楠姐 2020-12-05 05:30

Is there a way to completely remove the line separating the two segments in a UISegmentedControl?

Setting the segmentedControlStyle is not helping.

9条回答
  •  一向
    一向 (楼主)
    2020-12-05 05:52

    I have used segmentcontrol.tintColor = [UIColor clearColor]; with iOS7 and it seems to work.

提交回复
热议问题