简体   繁体   中英

iOS Drag & Drop With 2 Different Views

I need to create drag and drop with 2 UIScrollViews.
The First level of DAD-"Drag and Drop" is DAD inside first UIScrollView.
And the second DAD is DAD between 2 different UIScrollViews.
Moving needed element from list of my elements to other list.
Like this:
Example here

Is there standart API for this things or I have to create it by myself?
Thanks.

Ya, I think you'll have to make your own. As an example, you can look at my github repo. It's not as neat and elegant looking as groups but it accomplishes the functionality you desire. I've used table-views which are basically scroll-views.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM