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
App doesn't crash when fullScreenCover disappears (maybe it's time to make SwiftUI version of this field?).
What happened instead?
When WSTagsField (as UIViewRepresentable) is in the Section in Form as the content of the .fullScreenCover() and the view disappears (via presentationMode environment), the app crashes every time.
The text was updated successfully, but these errors were encountered:
Which version of the WSTagsField are you using?
SPM
5.4.0
On which platform does the issue happen?
iOS 14.5
Are you using Carthage?
No
Are you using Cocoapods?
No
Which version of Xcode are you using?
Version 12.5.1 (12E507)
What did you do?
I created
WSTagsField
asUIViewRepresentable
in its simplest form and put it in theForm
inSection
shown by.fullscreenCover()
from the parent view.What did you expect to happen?
App doesn't crash when
fullScreenCover
disappears (maybe it's time to make SwiftUI version of this field?).What happened instead?
When
WSTagsField
(asUIViewRepresentable
) is in theSection
inForm
as the content of the.fullScreenCover()
and the view disappears (viapresentationMode
environment), the app crashes every time.The text was updated successfully, but these errors were encountered: