Files
the-swift-programming-langu…/source/chapter2
terry_hug 8e34ec2ceb 修正翻译错误
refer to self as a value 翻译错误
测试不可以pass
```swift
 let aaa = self
super.init()
```
可以pass
```swift
self.idLabel = UILabel()
et aaa = self.idLabel
super.init()
```
2014-11-28 10:46:58 +08:00
..
2014-10-05 20:42:59 +08:00
2014-08-26 18:27:26 +08:00
2014-08-26 18:27:26 +08:00
2014-09-04 22:11:11 +08:00
2014-09-08 21:30:50 +08:00
2014-11-28 10:46:58 +08:00
2014-08-26 18:27:26 +08:00
2014-10-18 01:55:01 +08:00
2014-08-26 18:27:26 +08:00
2014-10-18 12:27:09 +08:00
2014-08-26 18:27:26 +08:00
2014-08-26 18:27:26 +08:00
2014-06-15 12:35:22 +08:00