Open fans3210 opened 8 years ago
I think it's because of the cell size not updating when user are typing. Currently resolved by just performBatchUpdates in textfielddidchange in 'mbcontactcollectionview'
[self performBatchUpdates:^{
entryCell.backgroundColor = [UIColor blueColor];
} completion:^(BOOL finished) {
}];
The whole entrytextcell disappears when typing long text in the textfield and moved to new line