TLSegmentedControl
TLSegmentedControl copied to clipboard
iOS8和iOS9显示异常
您好,如果不添加到navigationItem.titleView,而是添加到view上,在iOS8和iOS9上会显示异常,请问该怎么解决呢?
@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 已解决,感谢!