change cover pic

This commit is contained in:
numbbbbb
2014-06-18 14:51:24 +08:00
parent 4bc493c041
commit b2c2eb128b
3 changed files with 22 additions and 22 deletions

View File

@ -380,7 +380,7 @@ let paddedString = alignRight(originalString, 10, "-")
> 注意:
> 输入输出参数不能有默认值,而且可变参数不能用 `inout` 标记。如果你用 `inout` 标记一个参数,这个参数不能被 `var` 或者 `let` 标记。
下面是例子,`swapTwoInts` 函数,有两个分别叫做 `a``b` 的输输出参数:
下面是例子,`swapTwoInts` 函数,有两个分别叫做 `a``b` 的输输出参数:
```swift
func swapTwoInts(inout a: Int, inout b: Int) {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 182 KiB

After

Width:  |  Height:  |  Size: 170 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.6 KiB

After

Width:  |  Height:  |  Size: 8.9 KiB