摘要: iOS开发API常用英语名词0. indicating 决定1.in order to 以便2.rectangle bounds 矩形尺寸3.applied 应用4.entirety 全部5.technique 方法6.truncating 截短7.wrapping 换行8.string 字符串9.... 阅读全文
posted @ 2015-09-16 21:20 lwoodenheart 阅读(140) 评论(0) 推荐(0) 编辑
摘要: Objective-C类和对象总结:头文件.h文件:(header file)类的声明:@interface 类名字 : 父类的名称类名的约定:1、首字母大写,比如Person父类:通常是NSObject,我们也可以自己指定父类。类的声明是@end作为结束符。源文件.m文件(source file)... 阅读全文
posted @ 2015-09-16 11:38 lwoodenheart 阅读(157) 评论(0) 推荐(0) 编辑
摘要: nt main(int argc, const char * argv[]){ @autoreleasepool { //创建常量字符串 NSString* str1 = @"In fact, Objective-C is very simple."; //创建空字符串,给予赋值... 阅读全文
posted @ 2015-09-16 11:33 lwoodenheart 阅读(170) 评论(0) 推荐(0) 编辑
摘要: 第1篇 Objective-C准备篇 第1章 Objective-C学习环境准备 1.1 Objective-C基础 1.1.1 Objective-C的发展历程 1.1.2 Objective-C语言的特点 1.1.3 技术架构 1.2 开发环境 1.2.1 注册开发者账... 阅读全文
posted @ 2015-09-16 11:07 lwoodenheart 阅读(170) 评论(0) 推荐(0) 编辑