Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jumping content for the first time #2031

Open
petrykDima opened this issue Mar 23, 2024 · 1 comment
Open

Jumping content for the first time #2031

petrykDima opened this issue Mar 23, 2024 · 1 comment

Comments

@petrykDima
Copy link

petrykDima commented Mar 23, 2024

IQKeyboardManagerSwift (7.0.1)

IOS 17.3 on the real device. On the simulator, it couldn't be reproduced.

I have a view controller inside UINavigationController.
If I activate UITextView it jumps for the first time but works well for the second.

If I show UIViewController without UINavigationController - everything works well.

func presentCommentsViewController() {
        let st = UIStoryboard(name: "CommentsMain", bundle: nil)
        let vc = st.instantiateViewController(identifier: "CommentsMainViewController") as CommentsMainViewController
        let nvc = UINavigationController(rootViewController: vc)
        nvc.modalPresentationStyle = .fullScreen
        
        self.present(nvc, animated: true)
    }
@petrykDima
Copy link
Author

RPReplay_Final1711228352.mov

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant