zvonicek / ImageSlideshow

Swift image slideshow with circular scrolling, timer and full screen viewer
MIT License
1.77k stars 473 forks source link

ImageSlideshow as Child Controller #299

Open RazeeHJ opened 5 years ago

RazeeHJ commented 5 years ago

I am using this library in one of my projects and I want the image slide show view controller be a child controller. It works fine however once I put the view inside the container then the PageControl disappears, what could be the reason for this

And I also try to put icons, texts on top of the images but it doesn't work that either?

Dibyaa commented 5 years ago

@RazeeHJ did you find the solution to your problem? I have to do the same task but in my case the app crashes right after launching

RazeeHJ commented 5 years ago

@dibyaa no I implemented my own image slider.

Dibyaa commented 5 years ago

@RazeeHJ It would be a great help if you send me a screenshot of the project where you have not put the view inside the container, as you said that it runs fine that way. You see my project doesn't run at all even without putting it into the container, I get EXC_BAD_ACCESS and the app crashes.