DK
.isHidden
оставляет отступы даже если скрыт? там где скрываю попробовал установить высоту вот так
self
.yellowView.frame = CGRect(x: 0, y: 0, width:
self.yellowView.frame.width, height: 0)
но без результата
Size: a a a
DK
.isHidden
оставляет отступы даже если скрыт? .yellowView.frame = CGRect(x: 0, y: 0, width:
self.yellowView.frame.width, height: 0)
DK
DK
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'could not dequeue a view of kind: UICollectionElementKindCell with identifier FeedSourceCollectionCell - must register a nib or a class for the identifier or connect a prototype cell in a storyboard'
***
АЧ
/* No need to register this one, the UIStoryboard already auto-register its cells */
DK
FeedSourceCollectionCell
АЧ
FeedSourceCollectionCell
DK
АЧ
DK
АЧ
let cell: NewsListCell = tableView.dequeueReusableCell(for: indexPath)
DK
АЧ
АЧ
DK
IG
АЧ
АЧ
V
DK
АЧ