Instance Method
initWithWidgetPosition:
Initializes a newly allocated position object with the specified position structure.
Declaration
-(instancetype)initWithWidgetPosition:(HSWidgetPosition)position;
Parameters
-
position
position structure that this object will represent
Return Value
A position object initialized with the given position structure that it represents.