1

Ive noticed an issue when closing a modal while the keyboard is up. There is a weird animation where the modal pops to the lower left as the keyboard goes away during the closing animation.

Ive tried to hide the keyboard before closing the modal but that doesn't seem to help.

Ive also looked in to making sure the keyboard is fully gone first, then activating the close animation, but I can't figure out any sort of way to do that with blocks etc. and adding the close modal to the keyboardWillHide notification methods will break a million things elsewhere since it is already implemented for other reasons.

Has anyone seen this kind of issue before?

code to dismiss modal

    [formNavigationController dismissViewControllerAnimated:YES completion:^{
    formNavigationController = nil;
    }];    
4

1 回答 1

0

解雇时尽量不要让第一响应者辞职。

于 2013-07-24T15:41:44.790 回答