Febin Babu

Results 2 issues of Febin Babu

experiencing very low perfomance with multiple cell items.

self.textInputbar.maxCharCount = 256; - (BOOL)textView:(SLKTextView *)textView shouldChangeTextInRange:(NSRange)range replacementText:(NSString *)text{ if (self.textInputbar.limitExceeded){ // Prevent crashing undo bug if(range.length + range.location > textView.text.length){ return NO; } NSUInteger newLength = [textView.text length] +...