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

Weird Navigation Bar and TableView behind Navigation Bar. #136

Closed
heyrahulrs opened this issue May 18, 2019 · 4 comments
Closed

Weird Navigation Bar and TableView behind Navigation Bar. #136

heyrahulrs opened this issue May 18, 2019 · 4 comments

Comments

@heyrahulrs
Copy link
Contributor

In the News tab, when the refresh controls stops refreshing, Navigation Bar stays tall and Table View is behind Navigation Bar.

@twostraws
Copy link
Owner

Thanks for the report! I can't reproduce this – can you provide some details? Does it occur in the latest code from GitHub?

@heyrahulrs
Copy link
Contributor Author

Yes it still occurs in the latest version.
But it doesn't occurs every time. It happens like 2 times in 5 times.
Video Recording

@twostraws
Copy link
Owner

You're welcome to try and fix this is you want; I'm not terribly worried about it, because it seems to clear itself if you just refresh again. Honestly, news refreshing is realistically a non-feature because it's not likely anyone publishes news so often there will be new content in the app while they are using it.

@heyrahulrs
Copy link
Contributor Author

heyrahulrs commented May 18, 2019

Yeah agreed. News won’t be published too often.

So I did some search on Google regarding this issue. It said that whenever Navigation Bar is not translucent, we need to add this line of code to fix Refresh Control issues:
self.extendedLayoutIncludesOpaqueBars = true

I’ll try this tomorrow and open a PR if it fixes the issue. 😃

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