12 2014 档案

摘要:https://developer.apple.com/library/ios/documentation/WindowsViews/Conceptual/ViewControllerCatalog/Introduction.html#//apple_ref/doc/uid/TP40011313-C... 阅读全文
posted @ 2014-12-31 09:59 jim.cheng 阅读(170) 评论(0) 推荐(0) 编辑
摘要:Events, Protocols and Delegates 事件、协议和委托This article presents the key iOS technologies used to receive callbacks and to populate user interface contr... 阅读全文
posted @ 2014-12-26 12:17 jim.cheng 阅读(755) 评论(0) 推荐(0) 编辑
摘要:DelegationDelegation is a simple and powerful pattern in which one object in a program acts on behalf of, or in coordination with, another object. The... 阅读全文
posted @ 2014-12-25 15:10 jim.cheng 阅读(320) 评论(0) 推荐(0) 编辑
摘要:Event Delivery: The Responder Chain 事件分发--响应链When you design your app, it’s likely that you want to respond to events dynamically. For example, a touc... 阅读全文
posted @ 2014-12-25 14:22 jim.cheng 阅读(230) 评论(0) 推荐(0) 编辑
摘要:Gesture RecognizersGesture recognizers convert low-level event handling code into higher-level actions. They are objects that you attach to a view, wh... 阅读全文
posted @ 2014-12-25 11:23 jim.cheng 阅读(1036) 评论(0) 推荐(0) 编辑
摘要:About Events in iOSUsers manipulate their iOS devices in a number of ways, such as touching the screen or shaking the device. iOS interprets when and ... 阅读全文
posted @ 2014-12-25 10:03 jim.cheng 阅读(241) 评论(0) 推荐(0) 编辑
摘要: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) 编辑
摘要:参考官方文档:Migrating to Unified API for Components#if __UNIFIED__...// Mappings Unified CoreGraphic classes to MonoTouch classesusing RectangleF = global:... 阅读全文
posted @ 2014-12-12 00:11 jim.cheng 阅读(127) 评论(0) 推荐(0) 编辑
摘要:Standard Controls示例下载地址:http://developer.xamarin.com/content/StandardControls/Xamarin官网上的IOS示例“Standard Controls”编译报错:xamarinFailedtocompileinterfacef... 阅读全文
posted @ 2014-12-08 11:22 jim.cheng 阅读(310) 评论(0) 推荐(0) 编辑