You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi developers The func collectionView (_ collectionView: UICollectionView, didSelectItemAtIndexPath indexPath: IndexPath) method of DemoApp DemoViewController is not called, but how do you pick up the event of didSelectItemAtIndexPath.
extension ExpandingViewController: UICollectionViewDataSource, UICollectionViewDelegate {
// Need to add method ??
open func collectionView(_ collectionView: UICollectionView, didSelectItemAt indexPath: IndexPath) {
}
}
The text was updated successfully, but these errors were encountered:
Hi developers
The func collectionView (_ collectionView: UICollectionView, didSelectItemAtIndexPath indexPath: IndexPath)
method of DemoApp DemoViewController is not called, but how do you pick up the event of didSelectItemAtIndexPath.The text was updated successfully, but these errors were encountered: