Class Method
objectWithWidgetSize:
Creates and returns a size object with the specified size structure.
Declaration
+(instancetype)objectWithWidgetSize:(HSWidgetSize)size;
Parameters
-
size
size structure that this object will represent
Return Value
A size object that represents the given size structure.