0

I'm working with UICollectionView and Drag/Drop Delegates. I need to drop a data source's item into an empty section. I've learned about that and I found out that it's a long-ongoing trouble (e.g. https://developer.apple.com/forums/thread/114010). But I noticed potential solution in iOS Messages on iOS 15:

enter image description here

I tried to do similar placeholder but I don't which class it is. Any ideas? Thanks in advance.

Nikodem
  • 89
  • 1
  • 8
  • Have you tried the solution according to Apple forum above? `create an empty cell, not visible, in each section` – son Jul 20 '22 at 10:39
  • No, I haven't. Do you think it can be an empty cell (according to attched picture)? – Nikodem Jul 20 '22 at 10:45
  • 1
    Check this: https://stackoverflow.com/questions/39080807/drag-and-reorder-uicollectionview-with-sections – son Jul 20 '22 at 12:50
  • According to the link, I do likwise but my app creates an 'empty cell' only in the first section during dragging. Thanks. – Nikodem Jul 21 '22 at 06:32

0 Answers0