Im going to do an project where the GUI is made in an xCode project and the codebehind code is made in MonoTouch. Is it possibel to import the GUI to monotouch?
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.
Anwser from #LexLi: You can create mutiple empty screens in MonoDevelop, as mentioned in this article, docs.xamarin.com/ios/Guides/Getting_Started/Hello%2C_MVC, and then switch to Xcode to edit them one by one (replace them with what you already have). Then when you switch back to MonoDevelop, your changes should be picked up