Tim Walsh
Tim Walsh
@Keith Thank you... wonder if encoding the "." == %2E would work
Need to set the descriptionString on the MHGalleryItem. ``` MHGalleryItem *galleryItem = [[MHGalleryItem alloc] initWithImage: [UIImage imageWithData:imageObject.imageData]]; galleryItem.descriptionString = @"Description"; ```
Crash logs: **\* Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[UIImage image]: unrecognized selector sent to instance 0x7fcb688d9fa0' **\* First throw call stack: ( 0 CoreFoundation 0x0000000102124f35 **exceptionPreprocess +...
That will not work for me because my images are from core data.
I am seeing this issue 6.7.0 version of Firebase frameworks on Carthage
@stanislaw I am trying to implement this into my project, but having a hard time accessing my properties on the custom class. When you have some time can you build...
@stanislaw Sounds good to me. Thank you.
@itsbonczek In my app, I am using Core Data to determine what pins are on the map. Each pin has a different pin image and tapping on it I display...