今天 swift 一坑:這幾天碰到兩坑 .
1.swift 切換到 release 版本時,碰到沒有使用的 let/var 會崩潰
2. (UITableViewCell *)cellForRowAtIndexPath:(NSIndexPath *)indexPath
Return Value
An object representing a cell of the table, or nil if the cell is n
ot visible or indexPath is out of range.
如果 cell 不可見返回 nil