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

怎么给cell里有tag的控件赋值?

  override func tableView(tableView: UITableView, cellForRowAtIndexPath indexPath: NSIndexPath) -> UITableViewCell{

        

       

            let cell = tableView.dequeueReusableCellWithIdentifier("tonggaocell", forIndexPath: indexPath) as! UITableViewCell //1

            

            let tonggao = tonggaos[indexPath.row] as TongGaoModel //2

            

            let nameLabel = cell.viewWithTag(101) as? UILabel

            nameLabel!.text = tonggao.title

        

        

        return cell

     }


   nameLabel!.text = tonggao.title

   返回值一直是nil,程序崩溃

正在回答

0 回答

举报

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

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

进入课程

怎么给cell里有tag的控件赋值?

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