-
Written on 01/24/2015 10:35:15
URL: https://nsscreencast.com/episodes/138-ibdesignable
-
I imported the file NibDesignable in my project, followed the readme guidelines, but I get an error when the views are refreshed:
error: IB Designables: Failed to render and update auto layout stat…
-
error: IB Designables: Failed to render and update auto layout status for NewEventStep1View (VMT-Q0-O5m): dlopen(FSCalendar.framework, 1): no suitable image found. Did find: FSCalendar.framework: req…
-
Would it be possible to support it? I played a bit with the code but I didn't understand enough of the inner workings to get something useful. How the subviews are added as arrangedViews and get their…
-
there is no support for @IBDesignable and @IBInspectable
would be great if this could be used
-
QBFlatButton is an ideal candidate to support IBInspectable and IBDesignable.
Please see: http://nshipster.com/ibinspectable-ibdesignable/
-
It causes interface builder crashes so how to remove it from interface builder and leave support programmatically only?
-
Did you manage to make it work on IB and CocoaPods?
While properties show up in IB, they are not rendered, I get this error:
`Storyboard.storyboard: error: IB Designables: Failed to update auto lay…
-
http://www.thinkandbuild.it/building-custom-ui-element-with-ibdesignable/
-
...storyboard: error: IB Designables: Failed to render and update auto layout status for ViewController (CvE-oC-4JB): Failed to load designables from path (null)
installing via pod this happens eve…