Skip to content

xjh093/JHTextViewHolder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JHTextViewHolder

A category for UITextView holder like UITextField's placeholder


What

img


Simple Code

#import "UITextView+JHHolder.h"

self.textView.jh_holder.text = @"input here...";
self.textView.jh_holder.color = [UIColor brownColor];

self.textView1.jh_holder.text = @"在此输入...";
self.textView1.jh_holder.color = [UIColor orangeColor];

About

UITextView Holder

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published