func tableView(tableView: UITableView, didDeselectRowAtIndexPath indexPath: NSIndexPath)
func tableView(tableView: UITableView, didSelectRowAtIndexPath indexPath: NSIndexPath)
雖然二者意思相反,但二者在處理單元格跳轉時功能類似.
didDeselect在頁面跳轉之后,不能正確的將數據進行正向傳值,僅僅是隨機或者是錯位傳值, 甚至無法傳值.
因此, 在頁面跳轉發生錯誤是第一個應檢查didSelectRowAtIndexPath 是否寫對