Skip to main content

All Questions

2 votes
2 answers
1k views

UICollectionView drag and drop remove translucent cell

I'm using iOS 11 drag and drop API for reordering and want to remove translucent cell which appears on start dragging. Is it possible? For dragging I use only required method of ...
nemissm's user avatar
  • 453
1 vote
0 answers
303 views

Drag & drop issue of invisible collection view cell

Updated description Please find image here. here i have used two collection view.one for question and second for option and i want to fill in the blank with option by using drag and drop. but there ...
Manish Patel's user avatar
9 votes
0 answers
2k views

UICollectionView cells appear duplicated in place after cancelled drag sessions

I’m having trouble with an obscure problem implementing local drag and drop in a UICollectionViewController. The collection view allows dragging of items into and out of folders. All looks and works ...
Derek Pollard's user avatar
0 votes
1 answer
1k views

Dragging cell outside of UICollectionView frame changes its contentOffset

There's this bug happening when I drag a UICollectionViewCell outside of the frame of the collection: the collection's contentOffset is reset to 0, I suppose to scroll to top, even when dragging the ...
Lucas C. Feijo's user avatar
3 votes
1 answer
517 views

Exchange position of cells by gesture

I have UICollectionView in which I have a prototype cell and UIImageView in it.I am displaying random images in UICollectionView. Now I want to exchange position of UIImageView by swiping it to near ...
Bhavin Ramani's user avatar
0 votes
1 answer
83 views

UICollectionView in view controller

I am looking for a possibility to drag and drop an image in a collection view cell to a UIImageView in the same view controller but outside of the collection view. The cv is below 5 collection views ...
user3444188's user avatar
2 votes
1 answer
1k views

Create a draggable UIView on long press of a different view

I have implemented something that does the following: I am showing a full-screen UICollectionView with different items. Underneath this view (out of sight) is a "detail" view for one of the items. ...
theDuncs's user avatar
  • 4,797