I've just started out with iOS development and I'm building an app to help myself learn faster.
I've gotten to the stage where I have all the basics of the app nailed down but now I just want to implement a slideshow at the top of my view controller like the one found in the National Parks app and many other apps too - http://wpuploads.appadvice.com/wp-content/uploads/2012/04/Nati2.jpg
Any advise or links to tutorials or explanations would be great. Thanks
you have to download iCarousel code from github https://github.com/nicklockwood/iCarousel. you can download code from here.
I Hope this link will help u
http://www.raywenderlich.com/10518/how-to-use-uiscrollview-to-scroll-and-zoom-content
Other simple way to achieve: Steps to achieve
Add all the images in one scroll view.
Enable paging for that scroll view.
Based on the content offset of the scroll view highlight the appropriate dot(indicator in the bottom).
You could also use a UICollectionView
with horizontal scrolling.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With