Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to import a Xcode framework in Monotouch?

Is it possible to import a Xcode framework To Monotouch?? (if so, how can I do it??)

like image 816
Yahir Vite Lugardo Avatar asked Nov 18 '25 09:11

Yahir Vite Lugardo


1 Answers

If by import you mean being able to use the frameworks provided by iOS then YES you can be either:

a) use what's already provided by MonoTouch - i.e. most of the API provided by Apple are already binded and provided;

b) creating the binding yourself - anything missing (e.g. new stuff) or third-parties libraries/frameworks can be bound using the btouch tool [1] (for ObjectiveC code) or using .NET p/invoke mechanism.

[1] http://ios.xamarin.com/Documentation/Binding_New_Objective-C_Types

like image 149
poupou Avatar answered Nov 20 '25 00:11

poupou



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!