Is there a way to make a native cocoa class library in MonoTouch?
问题 I know that MonoTouch compiles code down to native machine code. Is there anyway to make a native (.a) class library using MonoTouch? Just to be clear, I'm not looking to share code between the two since I know that is not possible. 回答1: I believe it might be possible, but it would be hard work, and it's a long way from shrink-wrapped out-of-the-box functionality. For reference, take a look through the answers on Is there a way to mix MonoTouch and Objective-C? - that question is about how to