See more
…onViewCell() } switch section { case .UserDetails: let cell = collectionView.dequeueReusableCellWithReuseIdentifier("UserDetailsCell", forIndexPath: indexPath) as! UserDetailsCell return cell ca…