[]
        
(Showing Draft Content)

C1.iOS.Core.C1Label.-ctor

C1Label Constructor

C1Label()

Initializes a new instance of the C1Label class.

Declaration
public C1Label()

C1Label(CGRect)

Initializes a new instance of the C1Label class.

Declaration
public C1Label(CGRect frame)
Parameters
Type Name Description
CGRect frame

Frame used by the view, expressed in iOS points.

Remarks

This constructor is used to programmatically create a new instance of UILabel with the specified dimension in the frame. The object will only be displayed once it has been added to a view hierarchy by calling AddSubview in a containing view.

This constructor is not invoked when deserializing objects from storyboards or XIB filesinstead the constructor that takes an NSCoder parameter is invoked.