随笔分类 - IOS
摘要:新数据类型NATIVE TYPE32-BIT BACKING TYPE64-BIT BACKING TYPESystem.nintSystem.Int32(int)System.Int64(long)System.nuintSystem.UInt32(uint)System.UInt64(ulong...
阅读全文
摘要:Events, Protocols and Delegates 事件、协议和委托This article presents the key iOS technologies used to receive callbacks and to populate user interface contr...
阅读全文
摘要: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...
阅读全文
摘要: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...
阅读全文
摘要:Gesture RecognizersGesture recognizers convert low-level event handling code into higher-level actions. They are objects that you attach to a view, wh...
阅读全文
摘要: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 ...
阅读全文
摘要:Resource Management in View Controllers 视图控制器的资源管理View controllers are an essential part of managing your app’s resources. View controllers allow you ...
阅读全文
摘要:Creating Custom Content View Controllers自定义内容视图控制器Custom content view controllers are the heart of your app. You use them to present your app’s unique...
阅读全文
摘要:参考:http://www.cnblogs.com/patientAndPersist/p/3279645.htmlUsing View Controllers in Your AppWhether you are working with view controllers provided by ...
阅读全文
摘要:View Controller Basics 视图控制器基础Apps running on iOS–based devices have a limited amount of screen space for displaying content and therefore must be cr...
阅读全文
摘要:ViewsBecause view objects are the main way your application interacts with the user, they have many responsibilities. Here are just a few:通过view对象是与用户...
阅读全文
摘要:WindowsEvery iOS application needs at least one window—an instance of theUIWindowclass—and some may include more than one window. A window object has ...
阅读全文
摘要:原文:View Programming Guide for iOSView and Window ArchitectureViews and windows present your application’s user interface and handle the interactions w...
阅读全文
摘要:在Visual Studio中,Target IOS Device下拉框是禁用状态,无法选择。Xamarin论坛中有不少关于这个问题的,如下面这个帖子:http://forums.xamarin.com/discussion/15372/visual-studio-ios-debug-build-f...
阅读全文