阅读背景:

UICollectionView - 为什么帧标签不起作用在第一个和第二个单元格中 - swift

来源:互联网 

my code:

我的代码:

func collectionView(collectionView: UICollectionView, cellForItemAtIndexPath indexPath: NSIndexPath) -> UICollectionViewCell {
    cell = collectionView.dequeueReusableCellWithReuseIdentifier("Cell", forIndexPath: indexPath) as? GuideGalleryCell
    cell!.configureCell(listImages[indexPath.row])
    return cell!
}
func collectionView(collecti



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: