viewForFrame: method

Returns the UIView that will be added as a subview to the host's UIView This will be called one time after initWithXxxModel: has been called.

Syntax

- ( UIView * ) viewForFrame : ( CGRect ) frame

Parameters