NibView

open class NibView : UIView

Represents a UIView loaded from a Xib file.

Initializers

  • Default initializer for the view with the specified frame.

    Declaration

    Swift

    public override init(frame: CGRect)
  • Warning

    Initializing an object with data from an unarchiver has not been implemented.

    Declaration

    Swift

    required public init?(coder: NSCoder)