TLSegmentedControl icon indicating copy to clipboard operation
TLSegmentedControl copied to clipboard

iOS8和iOS9显示异常

Open SinglTown opened this issue 7 years ago • 2 comments

您好,如果不添加到navigationItem.titleView,而是添加到view上,在iOS8和iOS9上会显示异常,请问该怎么解决呢?

SinglTown avatar Mar 01 '18 07:03 SinglTown

@SinglTown can try the new commit code and if you want to add segmentcontrol on the view,you need to set self.edgesForExtendedLayout = UIRectEdgeNone; on ios 8/9 thanks for your feedback

timelessg avatar Mar 01 '18 15:03 timelessg

@timelessg 已解决,感谢!

SinglTown avatar Mar 05 '18 07:03 SinglTown