美文网首页
hello world

hello world

作者: ruandao | 来源:发表于2015-02-24 15:43 被阅读0次
    var cell = collectionView.dequeueReusableCellWithReuseIdentifier("RecentlyTimerCollectionViewCell", forIndexPath: indexPath) as! RecentlyTimerCollectionViewCell
    var timer = recently[indexPath.row]
    cell.timer = timer
    if currentTimer.equalTo(timer) {
        cell.selected = true
    }
    return cell

相关文章

网友评论

      本文标题:hello world

      本文链接:https://www.haomeiwen.com/subject/khwuxttx.html