摘要: Resource Management in View Controllers 视图控制器的资源管理View controllers are an essential part of managing your app’s resources. View controllers allow you ... 阅读全文
posted @ 2014-12-25 09:22 jim.cheng 阅读(224) 评论(0) 推荐(0) 编辑
摘要: Creating Custom Content View Controllers自定义内容视图控制器Custom content view controllers are the heart of your app. You use them to present your app’s unique... 阅读全文
posted @ 2014-12-25 00:17 jim.cheng 阅读(282) 评论(0) 推荐(0) 编辑
摘要: 参考:http://www.cnblogs.com/patientAndPersist/p/3279645.htmlUsing View Controllers in Your AppWhether you are working with view controllers provided by ... 阅读全文
posted @ 2014-12-24 17:14 jim.cheng 阅读(313) 评论(0) 推荐(0) 编辑
摘要: 在MVC根目录的web.config中添加 阅读全文
posted @ 2014-12-24 16:48 jim.cheng 阅读(145) 评论(0) 推荐(0) 编辑
摘要: View Controller Basics 视图控制器基础Apps running on iOS–based devices have a limited amount of screen space for displaying content and therefore must be cr... 阅读全文
posted @ 2014-12-24 08:59 jim.cheng 阅读(372) 评论(0) 推荐(0) 编辑
摘要: ViewsBecause view objects are the main way your application interacts with the user, they have many responsibilities. Here are just a few:通过view对象是与用户... 阅读全文
posted @ 2014-12-18 19:04 jim.cheng 阅读(549) 评论(0) 推荐(0) 编辑
摘要: WindowsEvery iOS application needs at least one window—an instance of theUIWindowclass—and some may include more than one window. A window object has ... 阅读全文
posted @ 2014-12-16 13:35 jim.cheng 阅读(332) 评论(0) 推荐(0) 编辑
摘要: 原文:View Programming Guide for iOSView and Window ArchitectureViews and windows present your application’s user interface and handle the interactions w... 阅读全文
posted @ 2014-12-16 13:29 jim.cheng 阅读(308) 评论(0) 推荐(0) 编辑
摘要: http://developer.xamarin.com/guides/ios/user_interface/introduction_to_storyboards/SeguesThere are different types of transitions, each giving control... 阅读全文
posted @ 2014-12-14 14:46 jim.cheng 阅读(364) 评论(0) 推荐(0) 编辑
摘要: 在Visual Studio中,Target IOS Device下拉框是禁用状态,无法选择。Xamarin论坛中有不少关于这个问题的,如下面这个帖子:http://forums.xamarin.com/discussion/15372/visual-studio-ios-debug-build-f... 阅读全文
posted @ 2014-12-14 00:52 jim.cheng 阅读(463) 评论(0) 推荐(0) 编辑