An open API service indexing awesome lists of open source software.

https://github.com/keenteam1990/ktplaceholder

👨‍🎨KTPLaceHolder 继承于UITextView的自定义TextView, 带placeholder和可限制最大输入字符数:octocat:
https://github.com/keenteam1990/ktplaceholder

placeholder uitextview

Last synced: 3 months ago
JSON representation

👨‍🎨KTPLaceHolder 继承于UITextView的自定义TextView, 带placeholder和可限制最大输入字符数:octocat:

Awesome Lists containing this project

README

        

# KTPlaceHolder
一行代码实现UITextView的placeHolder
##如何使用

- 直接将文件拖入工程中,引入头文件即可
```
#import "UITextView+KTPlaceHolder.h"
#import "UITextView+KTLimitCounter.h"
```

## 具体使用参考我的简书文章
[一行代码实现UITextView的placeHolder]