Skip to content

CocoaPod for presenting a scrollable stack of images in iOS Apps in easy way.

License

Notifications You must be signed in to change notification settings

AbdoFoda/SwiftyGalleryView

Repository files navigation

SwiftyGalleryView

Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Swift 4+ , Xcode9+

Usage

to have a scrollable stack of images: 1- you may have a simple UIView. 2- assign it's class to be GalleryView. 3- have an outlet for this view at your code. alt text 4- you may initalize your view with array of UIImages using the function func initalize(with images: [UIImage]) alt_text alt_text alt_text Wohoo! we are done...

**NOTE : You can add any images while you are running with the function func addToLast(image : Image) or you may just clearContent()

Installation

SwiftyGalleryView is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'SwiftyGalleryView'

Author

AbdoFoda, abdofoda2016@gmail.com

License

SwiftyGalleryView is available under the MIT license. See the LICENSE file for more info.

About

CocoaPod for presenting a scrollable stack of images in iOS Apps in easy way.

Resources

License

Stars

Watchers

Forks

Packages

No packages published