XibView

open class XibView : UIView

View that can be subclassed to allow to load a view from a Xib.

  • Undocumented

    Declaration

    Swift

    public private(set) var contentView: UIView? { get }
  • Undocumented

    Declaration

    Swift

    override public init(frame: CGRect)
  • Undocumented

    Declaration

    Swift

    public required init?(coder aDecoder: NSCoder)