Closed shinshouri closed 6 years ago
i already trying to change [UIBezierPath bezierPathWithRoundedRect:CGRectMake(0, 0, _cardSize.width, 200) cornerRadius:10.0] it change the shape but it still got shrink.
Did you use [collectionView:dragPreviewParametersForItemAtIndexPath:](https://developer.apple.com/documentation/uikit/uicollectionviewdragdelegate/2897459-collectionview?language=objc)
?
Maybe adding your own [previewProvider](https://developer.apple.com/documentation/uikit/uidragitem/2890972-previewprovider?language=objc)
might also help when creating the UIDragItems
Thanks for ur reply...
i already solve my problem by removing
-(NSArray<UIDragItem > )collectionView:(UICollectionView )collectionView itemsForBeginningDragSession:(id
Thanks...
hi gleue,
im update my tglstackedviewcontroller with new version 2.2.2 but i got problem with new behavior in 2.2.2. when i drag item it shrink when moving the drag item. so can u tell me where should i change the code to make the drag item just like previous behavior (like version 2.0)
Thank you