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
after presenting the sheet, in the content view, when presenting a further view controller using the
modalTransitionStyle
of.crossDissolve
causessheet.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