FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
UIAPlaceholderTextView Class Reference

UITextView with placeholder. More...

#import <UIAPlaceholderTextView.h>

Inheritance diagram for UIAPlaceholderTextView:

Protected Attributes

UITextView * _placeholderTextView
 
NSString * _placeholderString
 
BOOL _placeholderAnimated
 
BOOL _editing
 

Properties

NSString * placeholderString
 Placeholder string. More...
 
UIColor *placeholderColor __deprecated
 Placeholder color. Default is gray. More...
 
UITextView * placeholderTextView
 Placeholder text view to setup styles. More...
 
BOOL placeholderAnimated
 Placeholder shows/hides with animation. Default is YES. More...
 

Detailed Description

UITextView with placeholder.

Member Data Documentation

- (BOOL) _editing
protected
- (BOOL) _placeholderAnimated
protected
- (NSString*) _placeholderString
protected
- (UITextView*) _placeholderTextView
protected

Property Documentation

- (UIColor* placeholderColor) __deprecated
readwritenonatomicstrong

Placeholder color. Default is gray.

- (BOOL) placeholderAnimated
readwritenonatomicassign

Placeholder shows/hides with animation. Default is YES.

- (NSString*) placeholderString
readwritenonatomiccopy

Placeholder string.

- (UITextView*) placeholderTextView
readnonatomicweak

Placeholder text view to setup styles.


The documentation for this class was generated from the following file: