Instance Method

initWithWidgetSize:

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


Declaration


-(instancetype)initWithWidgetSize:(HSWidgetSize)size;

Parameters

Return Value

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

Related Links


Structure

  • HSWidgetSize

    A structure that contains dimensions in grid positions.