Skip to content

entrytextcell disappears when typing long text in the textfield and moved to new line #103

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
fans3210 opened this issue Oct 19, 2016 · 1 comment

Comments

@fans3210
Copy link

fans3210 commented Oct 19, 2016

The whole entrytextcell disappears when typing long text in the textfield and moved to new line

@fans3210 fans3210 changed the title cursor disappears when typing long text in the textfield and moved to new line entrytextcell disappears when typing long text in the textfield and moved to new line Oct 20, 2016
@fans3210
Copy link
Author

fans3210 commented Oct 20, 2016

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) {

}];

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant