Passing data from CollectionView to DetailVC in Swift 4
问题 My CollectionView should pass a class model to DetailViewController , but when I tap on a cell I get the nil error. Fatal error: Unexpectedly found nil while implicitly unwrapping an Optional value The CollectionViewController is embedded programmatically on a TabBarController . Collection View func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int { return soundArray.count } func collectionView(_ collectionView: UICollectionView, cellForItemAt