Replacing delegates in iOS with blocks
Stars
44
Forks
7
Watchers
44
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
Merge pull request #4 from c-rack/update-copyright-year
3fcd1b1View on GitHubUIActionSheet+DelegateBlocks: the same issue like with UIAlertView.
b9c12d7View on GitHubUIAlertView+DelegateBlocks: blocks were not called because iOS checks respondesToSelector: at the time when delegate is set (and before delegate blocks are set).
5e6bb3fView on GitHubMFMailComposeViewController: fix wrong method signature.
3e971f1View on GitHub