NuGridResizer

Description

The NuGridResizer class is used to resize table cells.

Inheritance Hierarchy

          NSObject

          UIResponder

          UIView

          NuGridResizer

Properties

parentGrid. The grid, to which an element belongs that is used for resize.

topBottomSelectionTouchAreaSize. Vertical area used for resize.

leftRightSelectionTouchAreaSize. Horizontal area used for resize.

originFrame. Resize area.

Methods

finish. Finishes cell resize.

initWithGrid:. Initializes an element used for resize based on the specified grid.

resizeHeightForCell:. Starts cell height change.

resizeWidthForCell:. Starts cell width change.

stretchAfterChanging. Stretches resize area after it was changed.

Static Methods

resizerForGridView:. Creates an element used to resize the specified grid.

See also:

Classes