element-hq / element-hq/element-ios
AuthenticationVC: Use a UINavigationController instead of using directly a UINavigationBar
Open
- Dominant language
- Swift
- Stars
- 1.8k
- Forks
- 544
- PR merge metrics
- PR metrics pending
Description
By not using a UINavigationController we missing default layout behaviors such as safe area and orientation management. We cannot also push the complete security screen, instead we have to present it as modal.
Contributor guide
Assessment
This issue has not been assessed yet.