开发者

iOS Drag & Drop With 2 Different Views

开发者 https://www.devze.com 2023-03-29 00:50 出处:网络
I need to create drag and drop开发者_Go百科 with 2 UIScrollViews. The First level of DAD-\"Drag and Drop\" is DAD inside first UIScrollView.

I need to create drag and drop开发者_Go百科 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消