views:

34

answers:

1

I would like to use my existing objective-c UI layer, but call on a few monotouch functions from objective-c. How can I do that?

A: 

This is not possible as MonoTouch is a totally separate development environment.

MonoTouch compiles you code into an iPhone application.

A MonoTouch application however does have complete access to the iPhone API.

Jeffrey Hines