aheze/Popovers

NavigationView usage animation bug

alinless opened this issue · 1 comments

If we use any popover view, which is embed in Navigation
Hi. Here is a bug with using of popover view which is embed NavigationView
Tested on iOS 16.2

Steps

  1. Start popovers example project
  2. Make TutorialViewPopover (or other popovers examples) embed inside NavigationView
  3. Use any popover and at the same time start popover from 2 step
Simulator.Screen.Recording.-.iPhone.14.Pro.-.2023-01-18.at.21.12.49.mov
aheze commented

Hmm yeah I haven't tested NavigationViews inside popovers. NavigationViews are kind of big so I recommend just using a .sheet for now, but I'll do some debugging