| 
    FoundationExtension
    
   FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection. 
   | 
 
UITextView with placeholder. More...
#import <UIAPlaceholderTextView.h>
  
 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... | |
UITextView with placeholder.
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  readwritenonatomicstrong | 
Placeholder color. Default is gray.
      
  | 
  readwritenonatomicassign | 
Placeholder shows/hides with animation. Default is YES.
      
  | 
  readwritenonatomiccopy | 
Placeholder string.
      
  | 
  readnonatomicweak | 
Placeholder text view to setup styles.