Skip to content
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

Is there a way to manually animate the show/hide? #173

Open
sainttail opened this issue Aug 1, 2017 · 0 comments
Open

Is there a way to manually animate the show/hide? #173

sainttail opened this issue Aug 1, 2017 · 0 comments

Comments

@sainttail
Copy link

My scenario is the JVFloatLabeledTextField is inside UITableViewCell and somehow every time the text field state change from empty to non-empty or the other way around I want to animate the cell height (cell height is changed) So I use every time text field is changed.

But this call make the floating text animation non-existence.

[self.tableView beginUpdates];
[self.tableView endUpdates];

I know that this problem occur because the floating text animation is replaced by table view cell animation and I think adding some delay and calling show/hide manually for floating text may work but the lib does not expose the public method for that.

I don't know this is the correct way or not if you have any other suggestion please guide me.

Thanks.

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