rrnarayan1 / omni-crosswords

An iOS app that fetches crosswords and allows users to complete them
GNU General Public License v3.0
26 stars 2 forks source link

NavigationView is Deprecated in iOS 17.2 #13

Open alexarze opened 8 months ago

alexarze commented 8 months ago

https://github.com/rrnarayan1/omni-crosswords/blob/5cc1e827eeae70539372416cf524c5bcae2a33fd/crosswords/Views/CrosswordListView.swift#L43

From Swift Docs:

Use NavigationStack and NavigationSplitView instead. For more information, see Migrating to new navigation types.

rrnarayan1 commented 8 months ago

The current minimum version is v14, where NavigationSplitView isn't supported. I can always increase to 16, but that's the main reason for why this hasn't been done yet