Skip to content

lioniq/CarouselView

Repository files navigation

CarouselView

Requires
  • Swift 2.0
  • SDWebImage
Usage

Drag into Storyboard (or init programmatically), and set imageUrls to an array of remote web image URLs to display in the scrollView.

carouselView.imageUrls = [
	"http://api.myappdomain.com/image123.jpg", 
	"http://api.myappdomain.com/image456.jpg" ]

About

Swift CarouselView

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors