gordontucker / FittedSheets

Bottom sheets for iOS
MIT License
1.35k stars 278 forks source link

Add Bug Verification for presenting a fullscreen modal #199

Closed AndrewSB closed 1 year ago

AndrewSB commented 1 year ago

after presenting the sheet, in the content view, when presenting a further view controller using the modalTransitionStyle of .crossDissolve causes sheet.didDismiss to erroneously fire. any other modalTransitionStyle doesn't have this behavior.

for now, i'm working around by keeping around a flag before i present the child view controller, but i'd like to better understand this and solve it