Declared in UIView+TKCategory.h

Overview

Additional functionality for UIView.

Tasks

Instance Methods

addSubviewToBack:

Adds a view to the beginning of the receiver’s list of subviews.

- (void)addSubviewToBack:(UIView *)view

Parameters

view

The view to be added. This view is retained by the receiver. After being added, this view appears below of any other subviews.

Discussion

Adds a view to the beginning of the receiver’s list of subviews.

Declared In

UIView+TKCategory.h

roundOffFrame

Rounds of views frame coordinates to the nearest integer.

- (void)roundOffFrame

Discussion

Rounds of views frame coordinates to the nearest integer.

Declared In

UIView+TKCategory.h