Making a textView in a collectionView cell the firstResponder while navigating cells
问题 I have a collectionView and allow a user to dynamically add cells to the collectionView. The view controller only shows one cell at a time and I want the first textView (which is part of the cell) to become the firstResponder (and keep the keyboard visible at all times), which works fine when loading the view controller (as well as in one of the cases below). I have created a method to detect the current cell, which I call every time in any of these cases: (1) user scrolls from one cell to