diff --git a/Examples/Examples-tvOS/IGListKitExamples/Views/EmbeddedCollectionViewCell.swift b/Examples/Examples-tvOS/IGListKitExamples/Views/EmbeddedCollectionViewCell.swift index 5ed2e32f..bee6a99e 100644 --- a/Examples/Examples-tvOS/IGListKitExamples/Views/EmbeddedCollectionViewCell.swift +++ b/Examples/Examples-tvOS/IGListKitExamples/Views/EmbeddedCollectionViewCell.swift @@ -32,10 +32,10 @@ final class EmbeddedCollectionViewCell: UICollectionViewCell { super.layoutSubviews() collectionView.frame = contentView.frame } - - override var preferredFocusedView: UIView? { + + override var canBecomeFocused: Bool { get { - return collectionView + return false } }