Skip to content

RCTextView is subclass of UITextView which has placeholder

License

Notifications You must be signed in to change notification settings

rcgary/RCTextView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c4c0f0d · Oct 24, 2019

History

7 Commits
Jan 22, 2014
Jan 16, 2014
Jan 16, 2014
Oct 24, 2019

Repository files navigation

RCTextView

RCTextView is subclass of UITextView which has placeholder, it will work same as the UITextfiled

Installation

  • Drag the RCTextView.h+RCTextView.m to your project
  • #import "RCTextView.h"
  • That's all :]

Usage

    RCTextView *textView = [[RCTextView alloc] initWithFrame:CGRectMake(10, 50, 300, 200) 
					     placeholder:@"It is a UITextView with placeholder"];
    // Can use your own color for the placeholder
   //  textView.placeholderColor = [UIColor myColor];
    [self.view addSubview:textView];
    

About

RCTextView is subclass of UITextView which has placeholder

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published