Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Bug: Part of issue appears underneath navigation bar #18

Closed
Sherlouk opened this issue Jun 27, 2017 · 15 comments
Closed

Bug: Part of issue appears underneath navigation bar #18

Sherlouk opened this issue Jun 27, 2017 · 15 comments
Labels
🐛 bug Unintended behaviour within the app

Comments

@Sherlouk
Copy link
Member

In the first image below I am scrolled as far up as possible, and parts of the content has extended under the navigation bar -- second image for reference I've pulled down.

iOS 11 beta 2

image
image

@rnystrom rnystrom added the 🐛 bug Unintended behaviour within the app label Jun 27, 2017
@rnystrom
Copy link
Member

@Sherlouk wait so in that first image, you haven't scrolled or anything?

@Sherlouk
Copy link
Member Author

@rnystrom Nope first image is right at the top, not scrolled

@rnystrom
Copy link
Member

Gonna chalk this up as an iOS 11 issue. If this is an issue when the GM comes out I'll prioritize, but doesn't seem to be a thing on 10.

@weyert
Copy link
Contributor

weyert commented Jul 12, 2017

Yes, I saw this topic mentioned in #116 it's discussed in:
https://developer.apple.com/videos/play/wwdc2017/204/?time=562

They introduced UIView.safeAreaLayoutGuide and related things. They seem to have made changes for that fat navigation bar title.

@shaps80
Copy link
Contributor

shaps80 commented Jul 12, 2017

I'm having similar issues in a project. I found this worked for me: worth a quick shot.

if #available(iOS 11.0, *) {
    tableView.contentInsetAdjustmentBehavior = .never
}

Also appears to fix a scrolling while push/pop weirdness. (if you're seeing that)

@Sherlouk
Copy link
Member Author

@rnystrom Should maybe look to fix this? Seems to have been in every beta so far, I feel it's relating to new "safe area" apis

@rnystrom
Copy link
Member

Ya, not super worried about timeliness since 11 still isn't out of beta (and I use 10 😇 ) will get to it

@viktorgardart
Copy link
Contributor

Still happening in iOS 11 GM

@rnystrom
Copy link
Member

rnystrom commented Sep 13, 2017

Seems weird, doesn't repro when I build with Xcode 9. I'll send out a beta using GM and see what happens.

@Sherlouk
Copy link
Member Author

Haven't had it do it to me for a while

I'm on the 11 GM

@rizwankce
Copy link
Collaborator

Version: 1.9.0 (1513) (App store version)
OS : iOS 11 GM
Device : iPhone 7 plus

Happening all the time. I will check with Xcode 9 and confirm back.

@rnystrom
Copy link
Member

I just sent out a new beta built with 9. Anyone able to confirm? @rizwankce are you on test flight?

Sent with GitHawk

@rizwankce
Copy link
Collaborator

@rnystrom Not yet. I have shared my email already in your twitter DM

Sent with GitHawk

@rizwankce
Copy link
Collaborator

Tested again 1.10.0 (1878). Guess it is fixed and can't reproduce it in any way. 👍

Sent with GitHawk

@rnystrom
Copy link
Member

Awesome, so iOS 11 SDK did it then.

Sent with GitHawk

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🐛 bug Unintended behaviour within the app
Projects
None yet
Development

No branches or pull requests

6 participants