我用self.tableView.dequeueReusableCellWithIdentifier("todoCell")!的话会出现unexpectedly found nil while unwrapping an Optional value这样的错误,
我用self.tableView.dequeueReusableCellWithIdentifier("todoCell", forIndexPath: indexPath)会出现unable to dequeue a cell with identifier todoCell,我cell的identifier 有写 todoCell
我用self.tableView.dequeueReusableCellWithIdentifier("todoCell", forIndexPath: indexPath)会出现unable to dequeue a cell with identifier todoCell,我cell的identifier 有写 todoCell
2016-09-18
xib的发音就是是'ksib', 接近 'zib', 所以老师并没有说错, 黑子的不要来丢人现眼了
2016-09-16
为什么修改内容时,并没有将数据保存到todos数组而只是保存到了todo变量中,
// 而点击确定返回后,页面会更新为修改后的值呢?
// 而点击确定返回后,页面会更新为修改后的值呢?
2016-09-15
老师虽然口音有点重,而且虽然还是老版本的swift语言,但是仍然觉得非常的不错,是我目前看过的所有demo视频中思路最为清晰,最有条理,最有价值的的入门课程,望继续为尔等入门小白多开发一些实战项目,谢谢!!!再次感谢!
2016-09-10
新建的时候选择Coco touch class 选择继承UIViewController不就有模板了吗,为什么要建一个空的来自己写
2016-08-06
SLComposeViewController不能用啊,显示“use of undeclared type” 啊
2016-08-02