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
When the view controller presented using SheetViewController, tries to present another view controller modally, it seems that bottom sheet is dismissed, but its transition view will remain in view hierarchy and it robs all touch interactions.
After presenting AnotherViewController, print(#function, "SheetController.didDismiss.") will execute.
The text was updated successfully, but these errors were encountered:
@omidgolparvar Did you find a solution? @gordontucker any idea how to resolve this please?
I got the same and @Vidur15 solution didn't work in my case.
Consider this codes:
When the view controller presented using SheetViewController, tries to present another view controller modally, it seems that bottom sheet is dismissed, but its transition view will remain in view hierarchy and it robs all touch interactions.
After presenting
AnotherViewController
,print(#function, "SheetController.didDismiss.")
will execute.The text was updated successfully, but these errors were encountered: