evgenyneu / Auk

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

Xcode warning after last update #81

Closed MincDev closed 5 years ago

MincDev commented 5 years ago

After the last xcode update I am getting the following warning:

Scrollable content size is ambiguous for "Slideshow".

The code still works as it always has and no issues are present on devices, however the warning is quite irritating since I use this slideshow on multiple screens.

Any ideas on a fix?

evgenyneu commented 5 years ago

Thanks for reporting the issue, @MincDev. I've created a demo app that shows two images, but I do not see this warning in Xcode 10.1. Is the demo working for you as well?

AukOneImageDemo.zip

MincDev commented 5 years ago

Hi @evgenyneu, Thank you for your time in assisting me. I opened your project and also saw that the warning is gone. I tried resizing the scrollview so it is displayed the same way as in my app, but the warning is still not there. I am not sure what might be causing this on my app, but this is clearly not an issue with your slideshow. Apologies for wasting your time and thanks again for your assistance.

evgenyneu commented 5 years ago

No worries, good luck finding the cause of the warning.