本人自己录制的swift菜鸟入门,欢迎大家拍砖,有什么问题可以在这里留言。 主要内容: 函数定义与调用(Defining and Calling Functions) 函数参数与返回值(Function Parameters and Return Values) 函数参数名称(Function Parameter Names) 函数类型(Function Types) 函数嵌套(Nested Fu...
分类:
其他好文 时间:
2014-06-30 16:35:58
阅读次数:
235
CAShapeLayer的使用[2]CAShapeLayer支持的动画类型有如下这些.------------------------------------------------------------------------------/*
The path defining the shap...
分类:
其他好文 时间:
2014-06-13 08:13:54
阅读次数:
378
序
声明和定义是我们使用的基础,但是对于声明和定义的概念,我们不甚了了,也就是说感觉好像是这样,但是真要详细说明就说不上来。 有博主对于声明和定义有以下描述:
1、需要建立存储空间的。例如:int a 在声明的时候就已经建立了存储空间。 “定义性声明(defining declaration)”或者...
分类:
编程语言 时间:
2014-05-09 17:16:22
阅读次数:
481
这是kbmmw 作者关于认证管理器的说明,我懒得翻译了,自己看吧。There are 5 parts
of setting up an authorization manager: A) Defining what the resources are
(often services or servi...
分类:
其他好文 时间:
2014-05-09 11:33:05
阅读次数:
471
Defining annotations
Here is the definition of the annotation above. You can see that annotation definitions look a lot like interface definitions.
In fact, they compile to class files like any oth...
分类:
编程语言 时间:
2014-04-27 21:47:05
阅读次数:
348