ACEExpandableTextCell
ACEExpandableTextCell copied to clipboard
TextView inside an expandable TableViewCell
Hi, im trying to use the controller with storyboards, but doesnt work, i set the custom class to the cell, and set delegate protocol but nothing happens, i debug a...
please tell me why
[textView resignFirstResponder]; the keyboard can't down
First of all Thanks a lot for an awesome life saver pack. Have inserted a couple more empty objects in the self.cellData array. I get EXC_BAD_ACCESS (code=EXC_i386_GPFLT) when ever I...
How can i stop it from going to top when i press return?
All the methods in the @optional tag are not being called: ``` objective-c - (void)tableView:(UITableView *)tableView updatedHeight:(CGFloat)height atIndexPath:(NSIndexPath *)indexPath; - (BOOL)tableView:(UITableView *)tableView textView:(UITextView*)textView shouldChangeTextInRange:(NSRange)range replacementText:(NSString *)text; - (void)tableView:(UITableView *)tableView textViewDidChangeSelection:(UITextView*)textView;...
Hi, don't works auto scroll when cursor hides over keyboard. Bug only for devices (iOS 7.1.1). But on simulator works fine. Where error?
I'd like to be able to use this in a collectionview; do you know of any issues preventing this?
hi, im trying to put multiple ACEExpandableTextCells in the same section but only one of them change his size when i type? any suggest?
When the interface orientation changes, the height should be automatically adjusted. How do you propose this should be fixed/implemented?