Skyscanner / SkyFloatingLabelTextField

A beautiful and flexible text field control implementation of "Float Label Pattern". Written in Swift.
Apache License 2.0
4.09k stars 540 forks source link

Textfield disappears when unfocused in a tableviewcell #308

Open akshit5230 opened 4 years ago

akshit5230 commented 4 years ago

Report

What did you do?

I'm using skyfloatingLabletextfield in a UITableViewCell. There are about 10 such cells.

What did you expect to happen?

Textfield should not disappear

What happened instead?

Whether I type anything or not but when I focus the next input field in the table, the current one disappears completely. And when the cell goes out of screen and comes back, the textfield shows up.

Environment

Xcode Version: 11.2.1 SkyFloatingLabelTextField Version: latest Deployment Target: 12.0 Base SDK: ? Method of Integration: CocoaPods