CollectionViewCell возвращает тип выражения eror - PullRequest
0 голосов
/ 25 мая 2019
let cell = collectionView.dequeueReusableCell(withReuseIdentifier: "", for: indexPath) as! Products_Collection

return cell // Cannot convert return expression of type 'Products_Collection' to return type 'UICollectionViewCell' (error)
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...