Skip to content

Wrong tap due to UIKeyboardWillHideNotification #131

@apple64

Description

@apple64

Hi!

The issue occurs on iPad.

Add a tableView in STPopup.
Add some cells. One of them must have a textField.
Tap on textField. The keyboard will be shown and the STPopup moves to make place.
Tap on another cell. UIKeyboardWillHideNotification will be called before didSelectRow.
As a result, the tableView registers the tap on a wrong cell.

Change UIKeyboardWillHideNotification to UIKeyboardDidHideNotification solves the problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions