evgenyneu / Auk

An image slideshow for iOS written in Swift.
MIT License
277 stars 44 forks source link

Show more than an image #69

Closed viciopoli01 closed 6 years ago

viciopoli01 commented 6 years ago

I'm trying to show an array of URLs ,but it doesn't work... The code I use is

for url in urls { SCR.sfrollview.show(URL: url) }

evgenyneu commented 6 years ago

Hi @viciopoli01, thanks for reporting. That's weird, your code looks alright. Can you post your URLs here so I can test?

viciopoli01 commented 6 years ago

Hi @evgenyneu the URLs are: ulrs=["https://img.iobii.com/4ae/d31/4aed31cfd1bdd532d6d4133b8acc1936-ar.jpg","https://img.iobii.com/e7f/ffd/e7fffd6d564f42b3819c32a2cf503393-ar.jpg",https://img.iobii.com/029/109/0291091f6d68e71aac5dc559af424530-ar.jpg]

theese urls are utogenerated by an algorithm so usually are more than 3.

evgenyneu commented 6 years ago

Thanks for the URLs. I could not reproduce your problem, see the attached demo app. Maybe I am missing something?

DoAuk.zip

viciopoli01 commented 6 years ago

Yes! The project works, it was a problem of urls ! Thanks