I have more than five tabs in a TabView, and on some screens, I'm seeing a navigation bar with the title "More". I understand that this is the default behavior of TabView when there are more than five tabs—iOS automatically creates a "More" screen.
I've set navigationBarHidden = true throughout my app, but the navigation bar still appears on some screens within the "More" section. Is there another way to hide the moreNavigationController or completely remove the navigation bar from the "More" screen?
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
I was trying to implement passkeys in an app. I have a doubt on this. While logging in to the application, the application shows a bunch of users who were registered earlier on that device. So when the user tries to login with the passkey in that bunch of passkeys in the device, so as a developer how do I know which passkey is used (So that I can retrieve the username for that specific passkeys)