This repository was archived by the owner on Jul 23, 2024. It is now read-only.
Description
Steps to reproduce
Log in to the application
Open the Library screen
Slowly scroll the content up
Observe the UI behind the status bar.
Expected behavior
Application content doesn't overlap with the status bar.
Actual behavior
Application content overlaps with the status bar making it a bit of a jarring experience.
Demo of the issue
There used to be UINavigationBar at the top of that view that prevented this issue from happening. I've located the change that removed the navigation bar, looks like the change was intentional, presumable to save space: https://github.com/razeware/emitron-iOS/pull/683/files#diff-7b53cba11c5b3e85cb9d9549de2983b75271d0b2fcafc4ceaacaecb1ab76c737
Environment
iOS Version: Tested on 16.2, but assume it affects other versions as well.
kodeco.com App Version: Current (08/02/2023) master version
Device: Tested on iPhone 14 pro, but assume it affects other versions as well
Reactions are currently unavailable
Steps to reproduce
Expected behavior
Application content doesn't overlap with the status bar.
Actual behavior
Application content overlaps with the status bar making it a bit of a jarring experience.
There used to be UINavigationBar at the top of that view that prevented this issue from happening. I've located the change that removed the navigation bar, looks like the change was intentional, presumable to save space: https://github.com/razeware/emitron-iOS/pull/683/files#diff-7b53cba11c5b3e85cb9d9549de2983b75271d0b2fcafc4ceaacaecb1ab76c737
Environment