为了账号安全,请及时绑定邮箱和手机立即绑定

let cell = self.tableView.dequeueReusableCellWithIdentifier("todoCell") as! UITableViewCell

let cell = self.tableView.dequeueReusableCellWithIdentifier("todoCell") as! UITableViewCell 在这一句的语法当中,既然dequeueReusableCellWithIdentifier本身就是“Returns a reusable table-view cell object located by its identifier.”返回的一个table-view cell,为什么后面还要用down casting就是这里的as来转型呢?

正在回答

1 回答

新版本已经不用申明了,因为dequeueReusableCellWithIdentifier已经->UITableViewCell

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
使用Swift开发iOS8 App实战
  • 参与学习       62613    人
  • 解答问题       541    个

通过苹果最新Swift语言开发iOSApp,从零开始学习iOS的开发

进入课程

let cell = self.tableView.dequeueReusableCellWithIdentifier("todoCell") as! UITableViewCell

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信