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

iOS 14 issue. #12

Open
KuldeepAIP opened this issue Sep 22, 2020 · 1 comment
Open

iOS 14 issue. #12

KuldeepAIP opened this issue Sep 22, 2020 · 1 comment

Comments

@KuldeepAIP
Copy link

self.navigationItem.leftMargin = 0
self.navigationItem.rightMargin = 10

i used above code to set margin and it's working fine in iOS 13 and lower but when i try to run this code in xCode 12 with iOS 14 navigationitem jumps. here is the gif image of that.

iOS 14 issue

Let me know how to fix this. Thanks

@ninholli
Copy link

I fixed by adding navigation items in the viewDidAppear().

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

2 participants