UICollectionView cell views overlapping
问题 I have cells overlapping like so: my cellForItemAtIndexPath is as such: func collectionView(collectionView: UICollectionView, cellForItemAtIndexPath indexPath: NSIndexPath) -> UICollectionViewCell { let cell = collectionView.dequeueReusableCellWithReuseIdentifier("Cell", forIndexPath: indexPath) as UICollectionViewCell cell.backgroundColor = UIColor(red: 27.0/255.0, green: 38.0/255.0, blue: 52.0/255.0, alpha: 1.0) let textFrame = CGRect(x: 0, y: cell.frame.height * 0.30, width: cell.frame