IT English Collection(IOS Version)
前段时间看见群里大神说每天背下来几个IT技术的英语单词,日记越累就可以提高英文阅读水平,甚是受益,但是苦于大神没有继续更新,并且自己也在学习官方的文档,所以再次也进行记录一些常见生词供大家学习,希望能帮助大家。
Vicent_Z
态度决定一切,细节决定成败!
展开
-
IT English Collection(24)of View hierarchy
1 前言 本节主要介绍了层级视图,以及UIWindow,父视图和子视图之间的关系。 转载请注明转自:http://blog.csdn.net/developer_zhang2 详述2.1 原文 A view hierarchy defines the relationships of views in a window to each other. You c原创 2013-10-19 09:39:32 · 1696 阅读 · 0 评论 -
IT English Collection(23)of Declared property
1 前言2 详述 3 结语 以上是所有内容,希望对大家有所帮助。原创 2013-10-18 19:17:44 · 1434 阅读 · 0 评论 -
IT English Collection(22)of Accessor method
1 前言 本章主要介绍了Objective-C中的存取方法的相关内容。2 详述2.1 原文 An accessor method is an instance method that gets or sets the value of a property of an object. In Cocoa’sterminology, a method that re原创 2013-10-18 18:12:18 · 1638 阅读 · 0 评论 -
IT English Collection(21)of Key-value coding
1 前言2 详述3 结语原创 2013-10-17 17:26:14 · 1585 阅读 · 0 评论 -
IT English Collection(20) of Object modeling
1 前言2 详述2.1 原文Objectmodeling is the process of designing the objects or classes through which an object-oriented applicationexamines and manipulates some service.Numerous modeling tech原创 2013-10-15 21:27:42 · 1477 阅读 · 0 评论 -
IT English Collection(19)of View object
1 前言本章主要介绍了View视图对象,包括了其属性,视图间关系和CALayer的简介。2 详述2.1 原文A view is an object that draws itself within arectangular area of a window and that can respond to user actions such as finger taps or m原创 2013-10-15 20:10:33 · 1626 阅读 · 0 评论 -
IT English Collection(18)of Target-Action
1 前言 最近在忙着找工作,也没有继续写博客,不能不学习新知识啊,今天来补上一篇。有关Target-Action(目标-行动)模式的文章。 转载请注明出处:http://blog.csdn.net/developer_zhang2 详述2.1 原文 Target-action is a design pattern in which an object hol原创 2013-10-11 20:52:02 · 1469 阅读 · 0 评论 -
IT English Collection(17) of Selector
1 前言 本文是一篇关于选择器(Selector)的文章,Selector可以理解为一个方法名,具体见下文。 转载请注明出处:http://blog.csdn.net/developer_zhang2 详述2.1 原文 A selector is the name used to select a method to execute for an obje原创 2013-09-30 11:00:01 · 1949 阅读 · 0 评论 -
IT English Collection(16) of Message
1 前言 本文介绍了关于Objective-C中的消息机制,详情如下。 转载请注明出处:http://blog.csdn.net/developer_zhang2 详述2.1 原文 A message is the name of a method, and any parametersassociated with it, that are sent原创 2013-09-30 09:21:58 · 1687 阅读 · 0 评论 -
IT English Collection(15)of Outlet
1 前言 本文是介绍有关Outlet的文章,详情如下。 转载请注明出处:http://blog.csdn.net/developer_zhang2 详述2.1 原文 An outlet is a property that isannotated with the symbol IBOutlet and whose value you can set原创 2013-09-29 17:12:14 · 1259 阅读 · 0 评论 -
IT English Collection(14) of Storyboard
1 前言 今天我们来学习一篇关于故事版(Storyboard)的文章。2 详述2.1 原文 A storyboard is a visualrepresentation of the user interface of an iOS application, showing screens of content and the connections between原创 2013-09-29 11:03:48 · 1603 阅读 · 0 评论 -
IT English Collection(13) of Nib file
1 前言 2 详述3 结语原创 2013-09-29 09:35:33 · 1843 阅读 · 0 评论 -
IT English Collection(12) of Archiving
1 前言 今天我们介绍的归档(Archiving),即是将一组对象转化为对象网络,用来应用或者进程间传输,也就是将对象持久化操作。2 详述2.1 正文 Archiving is the process of converting a group of related objects to a form that can be stored or transferred原创 2013-09-27 10:19:37 · 1613 阅读 · 0 评论 -
IT English Collection(11)of Object graph
1 前言2 详述2.1 正文 In an object-oriented program, groups of objects form a network through their relationships with each other—either through a direct reference to another object or through a原创 2013-09-27 09:55:14 · 1491 阅读 · 0 评论 -
IT English Collection(10) of Object encoding
1 前言 今天我们来学习一篇关于对象编码的文章,具体内容如下。2 详述2.1 原文 Object encoding converts an object’s class identity and state to a format that can be stored or transferred between processes. The class type an原创 2013-09-26 10:10:16 · 1214 阅读 · 0 评论 -
IT English Collection(9) of Objective-C
1 前言 今天我们来解除一篇有关Objective-C的介绍文章,详情如下。2 详述2.1 原文 Objective-C defines a small but powerful set ofextensions to the ANSI C programming language that enablessophisticated object-oriente原创 2013-09-26 09:09:37 · 1568 阅读 · 0 评论 -
IT English Collection(8)之Main event loop
1 前言 今天我们来学习一篇有关IOS事件循环的文章,具体如下。2 详述2.1 正文 In the main event loop, an application continuouslyroutes incoming events to objects for handling and, as a result of that handling, updates原创 2013-09-25 09:20:45 · 1473 阅读 · 0 评论 -
IT English Collection(2)of Formatter(IOS)
1 前言今天我们介绍一篇关于IOS的格式化官方解释文档。2 详述2.1 正文A formatter is an object that automatically converts a string representation of a value to an object representing that value, andvice versa. For example原创 2013-09-24 09:21:57 · 1435 阅读 · 0 评论 -
IT English Collection(1)of Event(IOS)
1 前言 本文单词内容来自Xcode文档的Event(IOS)一篇文章之中,主要介绍了用户的手势和触摸事件。2 单词列表lift from 从…提起registers ['rɛdʒɪstɚ] 存储processing [prəu'sesiŋ] 加工range [reɪn(d)ʒ] 范围feature ['fiːtʃə] 特征determine [dɪ'tɜː原创 2013-09-23 10:00:51 · 1619 阅读 · 0 评论 -
Before IT English Collection
写在前面的话前段时间看见群里大神说每天背下来几个IT技术的英语单词,日记越累就可以提高英文阅读水平,甚是受益,但是苦于大神没有继续更新,并且自己也在学习官方的文档,所以再次也进行记录一些常见生词供大家学习,希望能帮助大家。原创 2013-09-23 09:20:06 · 1039 阅读 · 0 评论