Instance Method
initWithWidgetFrame:
Initializes a newly allocated frame object with the specified frame structure.
Declaration
-(instancetype)initWithWidgetFrame:(HSWidgetFrame)frame;
Parameters
-
frame
frame structure that this object will represent
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.