-3

I'm trying to do Trello like iOS app. With drag and drop boards/cards from one stage to another. Does anybody knows any libraries that I can use to simulate that drag and drop process for swift 4? Thank you in advance :)

1 Answers1

-2

How about this library for dragging and dropping:

https://github.com/mmick66/KDDragAndDropCollectionView

Cortado-J
  • 2,035
  • 2
  • 20
  • 32
  • I'm intrigued why this is down voted - would be good to understand why? – Cortado-J Jul 04 '18 at 12:46
  • Thank you so much! I will try to implement it) Also I have no clue why it's down voted for question and answer too. :( – Акарыс Турганбекулы Jul 04 '18 at 14:46
  • @Adahus It's a link-only answer to an off-topic question. See Nr. 4 here: https://stackoverflow.com/help/on-topic and the fifth bullet point here: https://stackoverflow.com/help/deleted-answers – anothernode Jul 05 '18 at 07:57
  • 1
    Thanks @anothernode. Useful to read those links and I can see that this type of dialogue could lead to spam. Thanks for explaining. I will avoid in future. – Cortado-J Jul 05 '18 at 08:18