I have a UICollectionView which contains 12-13 UICollectionViewCells. I can easily focus on the UICollectionViewCells and everything works. There is a UIButton outside the U
Use :
override weak var preferredFocusedView: UIView? { get { return segmentedControl } }