致命错误:在展开可选值时意外找到零
UICollectionView
func collectionView(collectionView: UICollectionView!, numberOfItemsInSection section: Int) -> Int{ return 5}func collectionView(collectionView: UICollectionView!, cellForItemAtIndexPath indexPath: NSIndexPath!) -> UICollectionViewCell!{ var cell = collectionView.dequeueReusableCellWithReuseIdentifier("title", forIndexPath: indexPath) as TitleCollectionViewCell // Next line: fatal error: unexpectedly found nil while unwrapping an Optional value cell.labelTitle.text = "This is a title" return cell}
守着一只汪
大话西游666
BIG阳