今天 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