關於UITextView的限制字數顯示,以及emjor表情佔用字節處理,複製粘貼字節處理~優化...

//限制字數 #define MAX_LIMIT_NUMS 30 1 #pragma mark -- textview的代理事件 2 3 - (BOOL)textView:(UITextView *)textView shouldChangeTextInRange:(NSRange)range 4 replacementText:(NSString *)text 5 {
相關文章
相關標籤/搜索