Top "Ibdesignable" questions

IBDesignable is a designation given to views in Xcode 6 that allows them to be rendered directly in Interface Builder without the need to build and run the application.

Using IBDesignable and prepareForInterfaceBuilder with a UILabel

I have a subclass of UIView called MyView that I am creating. In it there is a UILabel (this is …

ios swift interface-builder ibdesignable ibinspectable
IBDesignable Errors When Adding to Tests Target

I have a simple UIButton subclass that implements IBDesignable with an IBInspectable var: @IBDesignable class Button: UIButton { @IBInspectable var borderColor: …

ios swift xcode xctest ibdesignable
IBDesignable View Rendering times out

I've been working on an app on and off for a few months starting with the first XCode 6/iOS 8 beta …

ios xcode rendering ibdesignable
IBDesignable UIButton Subclass

I am trying to implement a simple UIButton subclass that is IBDesignable. I want the ability to set a color …

xcode xcode6 ibdesignable