Don't know if there's a canonical example, but you might look at Kevin McMahon's Facebook fork and corresponding MT binding:
https://github.com/kevinmcmahon/facebook-ios-sdk <https://github.com/kevinmcmahon/facebook-ios-sdk> https://github.com/kevinmcmahon/monotouch-facebook <https://github.com/kevinmcmahon/monotouch-facebook>In my experience the Xcode side is relatively easy -- aside from getting the code right; the tricky part is in the binding, since the C# code btouch generates doesn't always compile straight off (name collision issues etc). On Thu, May 19, 2011 at 3:07 PM, Michael Brian Bentley <[email protected] > wrote: > Is there an example MonoTouch solution/project that uses bindings to > Objective C code and links the .a files, with the Xcode project > needed to build the .a files for the MT project? > > -Mike > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch > -- David Moles [email protected]
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
