Skip to content

A C++11-based implementation of C++ to Objective-C callbacks.

License

Notifications You must be signed in to change notification settings

dadude999/iOSCppCallback

Repository files navigation

iOSCppCallback

A C++11-based implementation of C++ to Objective-C callbacks.

This framework is a demonstration of using C++11 function pointer objects in conjunction with Objective-C bridging to pass a pointer to an NSObject down to C++, and then execute the callback in an Objective-C context. A protocol is used to enforce the callback interface.

About

A C++11-based implementation of C++ to Objective-C callbacks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published