TBXark / PinterestSegment

A Pinterest-like segment control with masking animation.
http://tbxark.com/2016/12/08/2016-12-08-Swift-Pinterst/
MIT License
687 stars 56 forks source link

storyboard load segment error #10

Open springlo opened 6 years ago

springlo commented 6 years ago
/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
JustinInCoding commented 5 years ago

在PinterestSegment.swift添加代码:

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

试试 @springlo