Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用我现有的objective-c UI 层,但调用objective-c 中的一些单点触控功能。我怎样才能做到这一点?
这是不可能的,因为 MonoTouch 是一个完全独立的开发环境。
MonoTouch 将您的代码编译成 iPhone 应用程序。
但是,MonoTouch 应用程序确实可以完全访问 iPhone API。