goalVC now also respects safe area#495
Conversation
|
I've really appreciated the before/after screenshots you've included in some other PRs - could you add one here? |
sure. This is what it looks like broken / currently: The data area though on the goal vc accounted for the safe area: thanks to BeeSwift/BeeSwift/GoalViewController.swift Lines 132 to 133 in a4b2744 BeeSwift/BeeSwift/GoalViewController.swift Lines 105 to 106 in a4b2744 |
|
This seems reasonable, although I wonder if the app should even support landscape mode on phones |
Yeah that could be worth the discussion. This has been broken since iPhone X! (Some apps do purposely have content scroll inside the safe area and behind the Dynamic Island or into the status bar area.) |
|
mentioning #64, a table exclusive layout |



goal view controller was not respecting the safe areas. This meant, for example, that the graph was partially hidden behind the Dynamic Island.