-
### Version
Tell us which versions you are using:
- react-native-image-crop-picker v0.36.2
- react-native v0.65.1
### Platform
Tell us to which platform this issue is related
- iOS:: Yes
…
-
How do we reload the contents of grid ?
I tried to reload the UICollectionView of MediaGridViewController, but it didn't work.
-
I'm try to import : #import "UICollectionView+Draggable.h"
But it have this error
![screen shot 2015-11-19 at 10 26 09](https://cloud.githubusercontent.com/assets/10986151/11261542/28a9213a-8ea8-11e…
-
If you drag the B and drop left to the A, you'll get two A's. This problem occurs on demo and actual project.
```
// current:
func collectionView(_ collectionView: UICollectionView, at:…
-
Hi, thanks for good code
I have a question about UICollectionView function "moveItem(at: to:)"
When i use it with your LNZCarouselCollectionViewLayout it looks bad, can u do something with it?
-
how do I make this work on iOS 5?
I replaced the UICollectionView classes with the P*TCollectionView classes, but it's a no-go, nothing was being shown on screen.
-
Hi I have encountered the following crashes on my app, happening in both iOS 12.4 and 13.x devices. However I am not able to reproduce this crash. Is there a way to solve this?
Thanks for the amazin…
rzzvn updated
4 years ago
-
Terminating app due to uncaught exception 'NSRangeException', reason: 'Cannot remove an observer for the key path "contentOffset" from because it is not registered as an observer.'
-
When will support for thumbnail of the pdf in CollectionView of Attachments? Now it's final func.
` final public func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: Inde…
-
Before I start: AWESOME code!!!! This has saved me SO SO SO much time.
Here is my problem:
I've implemented you code by integrating it with my existing UICollectionView object:
@property (nonatom…