I would like to port a WP7 app I wrote to the iPhone.
Is there some useful document for me to start? I have no knowledge in Objective-C yet.
I would like to port a WP7 app I wrote to the iPhone. Is
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.
MonoTouch is a development stack for using C# and .NET to develop iOS apps. This should make iOS app development easier for existing .NET developers.
Here’re the good parts of MonoTouch:
There are a few gotchas:
Because of this setup, I would recommend separating your code into business and UI logic. The business logic can be reused in iOS and WP7 projects, but develop the UI logic individually for iOS and WP7.