LambdaKit
LambdaKit copied to clipboard
MFMessageComposeViewController completion after dismissal animation
When using the completion block of MFMessageComposeViewController, sometimes the caller wants to wait until the controller dismissal animation has been completed.
This change adds an optional Bool to allow waiting until after the dismissal animation before invoking the completion block.