Xcode8 への更新後、次のコードが機能しなくなりました。
func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int {
let cell = collectionView.superview!.superview as! UITableViewCell
let table = cell.superview!.superview as! UITableView
let indexPath = table.indexPath(for: cell)
現在、indexPath の値は常に nil です。何か案は?