1
0
Fork
You've already forked WoolDelegate
0
Generic delegate class for Cocoa and Cocoa Touch; uses Blocks to respond to delegate methods.
  • Objective-C 86.8%
  • C 13.2%
Find a file
2013年04月05日 13:41:42 -07:00
WoolDelegate Merge branch 'master' of https://github.com/woolsweater/WoolDelegate 2013年04月05日 13:41:27 -07:00
WoolDelegate.xcodeproj Ready for publication. 2013年04月05日 13:30:25 -07:00
.gitignore Initial commit 2013年04月05日 13:32:32 -07:00
README.md Update README.md 2013年04月05日 13:40:03 -07:00

WoolDelegate

Generic delegate class for Cocoa and Cocoa Touch; uses Blocks to respond to delegate methods.

This requires libffi: https://github.com/atgreen/libffi

It uses libffi to interface between an NSInvocation and a Block, pulling the argument values from the invocation object and calling the Block's invoke pointer.