I am a C# developer who is going to start the development of an iPhone/iPad Application.
My question is very simple: with monotouch, can I do all I can do with standard objectC?
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.
Pretty much, yes. Monotouch updates come out very rapidly after iOS updates, so you have access to new APIs almost immediately.
You can still use third-part objective-c libraries, too: http://monotouch.net/Features#Access_to_third_party_iPhone.2fObjective-C_Libraries
Clearly, this implies that you can still use objective-c in a Monotouch app if you ever find it necessary.