Skip to content

Keyboard lost for other views #4

Description

@BaptisteSansierra

After having hide the keyboard, if you leave your view for another with a standart text field, the keyboard won't be accessible, you should restore visibility after keyboardDidHide :

-(void)keyboardDidHide:(NSNotification *)aNotification
{
if( self.keyboardView )
{
// Restore keyboard visibility !
self.keyboardView.hidden = NO;
}
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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