最新回答 / 流川枫根根根
不明白你的“把图片拖进ViewController里”是什么意思。UIImageView 有 UIViewContentMode 属性。可以设置图片的各种方式,居中,平铺,适应大小等等。
2016-10-08
这里最新的swift语法会报错,需要转换一下
let components = gregorian?.components(NSCalendar.Unit.year, from: birthDay.date, to: date as Date, options: NSCalendar.Options.init(rawValue: 0))
let components = gregorian?.components(NSCalendar.Unit.year, from: birthDay.date, to: date as Date, options: NSCalendar.Options.init(rawValue: 0))
2016-10-06
我用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