##直接把 DPTextView文件中的文件拖到项目中,导入DPTextView.h就可以用了
##example
_textView=[[DPTextView alloc]initWithFrame:CGRectMake(100, 100, 200, 300)];
_textView.myPlaceholder=@"这是默认的字符串";
_textView.myPlaceholderColor=[UIColor grayColor];
[self.view addSubview:_textView];
-
Notifications
You must be signed in to change notification settings - Fork 0
dongpeng66/DPTextView
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published