PinterestSegment
PinterestSegment copied to clipboard
storyboard load segment error
/PinterestSegment-master/Example/PinterestSegment/Base.lproj/Main.storyboard: error: IB Designables: Failed to render and update auto layout status for ViewController (vXZ-lx-hvc): The agent crashed
在PinterestSegment.swift添加代码:
public override init(frame: CGRect) {
self.style = PinterestSegmentStyle()
self.titles = []
super.init(frame: frame)
shareInit()
}
试试 @springlo