uitableview - iOS - UITableViewCell being removed from superView? -
I have a UIL view viewcase with Textfields, as soon as the screen is no longer visible on the screen, dismiss me the keyboard.
Need to do The cell view is being removed from the table view (now no longer visible) when there is an easy way to be notified?
I tried the following in my cell class, and did not call it.
- (void) removedPopPopular viewer {} > Cells are reused. It is used again on the other end as a cell scroll from one end of the screen. Why do you need to dismiss a keyboard when the line is off the screen? What if the user quickly scrolls the line back on the screen? If you provide more information about what you are doing, then one can provide more specific solutions.
Comments
Post a Comment