We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
(part of UI.View)
Returns: void
Parameters: options (object)
Calls the object's init method, and then sets various properties from options. The options object should use the same property as defined in the view.
options
Not all properties are supported when using this method.
Note: When subclassing, it is expected that this method will be overridden to support additional properties.
var aView = new UI.View(); aView.initWithOptions ( { backgroundColor: someColor, frame: someFrame } );
0.3 Introduced; Docs Valid.