focus on UITextField inside a UICollectionViewCell
问题 I have created a custom UICollectionViewCell that contains a UITextField inside of it which is only accessible when the cell is selected. The CollectionView has multi select enabled and the problem is that when trying to select the UITextField to type in it, the cell is deselected instead of giving the TextField focus. How do I allow focus on the UITextField inside of the CollectionViewCell without causing the cell to be deselected? Note: I've also tried adding buttons to the cell template