PinterestSegment icon indicating copy to clipboard operation
PinterestSegment copied to clipboard

storyboard load segment error

Open springlo opened this issue 7 years ago • 1 comments

/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

springlo avatar Oct 25 '18 06:10 springlo

在PinterestSegment.swift添加代码:

    public override init(frame: CGRect) {
         self.style = PinterestSegmentStyle()
         self.titles = []
         super.init(frame: frame)
         shareInit()
    }

试试 @springlo

JustinInCoding avatar Nov 01 '18 03:11 JustinInCoding