You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thank you for this really helpful package. I have a small issue when using it on my iPad in an app inside a NavigationSplitView. If you have a look at the screenshot, the sheet looks a little bit strange (a left and a right section, the left one can be hided). I think this is caused because you embed your View into a NavigationView? What is the reason for doing this?
Best regards
Mark
The text was updated successfully, but these errors were encountered:
Hi Mark, thank you for your feedback. What I see from the image you attached appears to be the normal expected behavior from a NavigationSplitView <https://developer.apple.com/documentation/swiftui/navigationsplitview>. A sidebar on the left, any content in the middle and a detail on the right. It looks like you placed my SymbolsPicker in the sidebar, thus making it hideable.
I'd be happy to see your code and figure out where the problem is.
Thinking about it though, I've always included the SymbolsPicker in a NavigationView because I've always intended it to be used as a sheet. I could remove the constraint on the NavigationView so that it's suitable for multiple contexts as needed.
Best regards,
Alessio
Hi, thank you for this really helpful package. I have a small issue when using it on my iPad in an app inside a NavigationSplitView. If you have a look at the screenshot, the sheet looks a little bit strange (a left and a right section, the left one can be hided). I think this is caused because you embed your View into a NavigationView? What is the reason for doing this?
Best regards
Mark
The text was updated successfully, but these errors were encountered: