Inherits from UITextView
Declared in TKTextView.h

Overview

This class creates a UITextView with placeholder text.

Tasks

Properties

Properties

placeHolderLabel

The placeholder label.

@property (nonatomic, strong) UILabel *placeHolderLabel

Discussion

The placeholder label.

Declared In

TKTextView.h

placeholder

The placeholder text.

@property (nonatomic, strong) NSString *placeholder

Discussion

The placeholder text.

Declared In

TKTextView.h

placeholderColor

The text color of the placehold text.

@property (nonatomic, strong) UIColor *placeholderColor

Discussion

The text color of the placehold text.

Declared In

TKTextView.h