Can't load any images from GalleryBundle
Closed this issue · 4 comments
B00jan commented
All of the images are missing. I don't know hot to fix it, if somebody has an idea i am open for sugestions.
onmyway133 commented
@B00jan Hi, what version of Gallery do you use? And does it happen in our Demo project?
B00jan commented
I droped the Sources file to my project, so i guess it’s the latest version. Haven’t run your Demo.On first it crashed because of flash.on,off,auto images, and when i replaced it with some random images, it went through init but without any of the images that are supposed to be loaded with GalleryBundle class.
… On May 24, 2018, at 10:49 AM, Khoa ***@***.***> wrote:
@B00jan <https://github.com/B00jan> Hi, what version of Gallery do you use? And does it happen in our Demo project?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#100 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AaBS2tk4YfVd7Fqn6sLH4oR9oWXB_QrEks5t1nQfgaJpZM4UL0IT>.
onmyway133 commented
@B00jan If you use CocoaPods, it has hooks that embed Gallery.bundle
for you. If you drop source files yourself, then you need to make sure the bundle is correctly added to your app, and that the code can access it
B00jan commented
ohhh...so thats the problem. Thank you!