alexiscreuzot / KASlideShow

Ultra-basic slideshow for iOS (ARC only).
MIT License
206 stars 61 forks source link

Responsivity problems between different iPhone resolutions #17

Closed gregballot closed 9 years ago

gregballot commented 9 years ago

I put this amazing slideshow in my app yesterday, but when it comes to test it on the iPhone 6, the images did not took all the screen width. (The Slideshow view was filling the width thanks to the constraints but the images inside took something like 3/4 of the slideshow). I tried to scale programmatically but it doesn't work. I tried this : "slideShow.contentMode = UIViewContentMode.ScaleAspectFill" but it doesn't work too.

Thanks for your attention !

alexiscreuzot commented 9 years ago

should be fixed

gregballot commented 9 years ago

It works, thanks !