Class Method
objectWithWidgetFrame:
Creates and returns a frame object with the specified frame structure.
Declaration
+(instancetype)objectWithWidgetFrame:(HSWidgetFrame)frame;
Parameters
-
frame
frame structure that this object will represent
Return Value
A frame object that represents the given frame structure.
Related Links
Structure
-
HSWidgetFrame
A structure that contains location and dimensions of widget in grid positions.