最近一直在找iOS入门教程。就在慕课看到了这个,还没开始看,看有不少评论在挑刺,实际上,真的不应该,首先他是免费的,免费的,免费的。现在都是知识付费了,别人无私免费呈现,还要要求怎么样。如果确实讲的不好,可以提出来,故意挑刺,真的害人害己!
2018-08-22
if editingStyle == UITableViewCell.EditingStyle.delete {
todos.remove(at: indexPath.row)
self.tb.deleteRows(at: [indexPath], with: UITableView.RowAnimation.automatic)
}
todos.remove(at: indexPath.row)
self.tb.deleteRows(at: [indexPath], with: UITableView.RowAnimation.automatic)
}
2018-07-31
现在2018年1月,SLServiceType...这个东西已过时了,现在跟着老师学习到这卡了,还在找解决方案,有解决的同学帮帮忙0.0
2018-01-12