NicFontana / SwiftUI-CustomTabView

A SwiftUI component for creating TabView with a custom tab bar.
MIT License
44 stars 3 forks source link

Issues when using on iPadOS App #3

Closed wang01h2 closed 2 months ago

wang01h2 commented 2 months ago

Hello Niccolò, I encountered an issue while developing an iPadOS app using SwiftUI-CustomTabView. I cannot switch in order without using NavigationView{}, and using it separates my views. Is there a method that allows me to switch without using NavigationView{}?

NicFontana commented 2 months ago

Hello, sorry what do you need to switch?

Could you please share some code that better explains the problem?

wang01h2 commented 2 months ago

Hello, sorry what do you need to switch?

Could you please share some code that better explains the problem?

Thank you for your reply, I found that there was an issue with my code, which has now been resolved.