Is it possible to import a Xcode framework To Monotouch?? (if so, how can I do it??)
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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