Как представить UIAlertController после завершения множественного выбора в UICollectionView

#ios #swift #uicollectionview #iOS #быстрый #uicollectionview Вопрос: func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -gt; UICollectionViewCell { guard let cell = collectionView.dequeueReusableCell(withReuseIdentifier: ShiftCollectionViewCell.identifier, for: indexPath) as? ShiftCollectionViewCell else { return…

Продолжить чтениеКак представить UIAlertController после завершения множественного выбора в UICollectionView