Currently, IAsyncTypewriter has a method ContentWillDismiss, which allows a typewriter to be signalled that content is about to be dismissed. A typewriter may under some circumstances need to take action after the content has been dismissed; to that end, a ContentDidDismiss method would be useful.
Currently,
IAsyncTypewriterhas a methodContentWillDismiss, which allows a typewriter to be signalled that content is about to be dismissed. A typewriter may under some circumstances need to take action after the content has been dismissed; to that end, aContentDidDismissmethod would be useful.