限制并统计 UITextView 输入字数
直接将 ZWLimitCounter 文件夹拖入到您的工程中。
#import "UITextView+ZWLimitCounter.h"
Cocoapods 安装
pod search ZWLimitCounter
pod 'ZWLimitCounter'
如果发现 pod search ZWLimitCounter,然后执行 pod repo update --verbose 命令更新本地 spec 缓存(可能需要几分钟),然后再搜索。
####如果对您有帮助,请务必 star 哦。