Instance Method

initWithWidgetFrame:

Initializes a newly allocated frame object with the specified frame structure.


Declaration


-(instancetype)initWithWidgetFrame:(HSWidgetFrame)frame;

Parameters

Return Value

A frame object initialized with the given frame structure that it represents.

Related Links


Structure

  • HSWidgetFrame

    A structure that contains location and dimensions of widget in grid positions.