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
{{ message }}
This repository has been archived by the owner on Jun 2, 2018. It is now read-only.
A2BlockDelegate is wonderfully, incomparably awesome but the experimental branch needs to be in complete feature parity (not necessarily API compatible) with current BlocksKit. BlocksKit needs to "just work". The following snippet is currently valid in BlocksKit (though it's using the new API):
I am still experiencing this issue, even with the latest (1.0.4).
If I have a MFMailComposeViewController with a completionBlock but no mailComposeDelegate set, the mail compose view refuses to dismiss when I cancel it.
However, when I set the mailComposeDelegate to nil, it dismisses correctly.
Note that I am not calling dismissModalViewControllerAnimated in my completionBlock, because BlocksKit is supposed to handle that.
A2BlockDelegate is wonderfully, incomparably awesome but the experimental branch needs to be in complete feature parity (not necessarily API compatible) with current BlocksKit. BlocksKit needs to "just work". The following snippet is currently valid in BlocksKit (though it's using the new API):
This currently cannot be accomplished in the experimental branch without setting
mailCompose.mailComposeDelegate
, even if it is just tonil
.The text was updated successfully, but these errors were encountered: