unoplatform / uno.toolkit.ui

A set of custom controls for the WinUI and the Uno Platform not offered out of the box by WinUI, such as Card, TabBar, NavigationBar, etc.
https://platform.uno/
MIT License
82 stars 27 forks source link

[iOS] NavigationBar crashes on iOS 12 #1050

Open kazo0 opened 6 months ago

kazo0 commented 6 months ago

image

kazo0 commented 6 months ago

Smells like we are missing a check in the NavigationBarRenderer.iOS.cs for UIDevice.CurrentDevice.CheckSystemVersion(13, 0) when referencing the UINavigationBarAppearance APIs