initWithFrame: Instance Method

- (PxUiPageCropView *) initWithFrame:(CGRect) frame;

References: PxUiPageCropView

Initialises the view with the given frame.

Parameters

  • frame — The view’s frame.

Return Value

The initialised view.

Top