Declared in UILabel+TKCategory.h
UILabel+TKCategory.m

Overview

Additional functionality for UILabel.

Instance Methods

sizeToFitWithAlignment

This function will size to fit based on the textAlignment’s property.

- (void)sizeToFitWithAlignment

Declared In

UILabel+TKCategory.h

sizeToFitWithAlignmentAndVerticalCentering

This function will size to fit based on the textAlignment’s property and vertically center the label.

- (void)sizeToFitWithAlignmentAndVerticalCentering

Declared In

UILabel+TKCategory.h