Last active
September 15, 2017 07:18
-
-
Save farhan-syed/ab0b9f5714466565b9f1014d088a8ffe to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
override func viewDidLoad() { | |
super.viewDidLoad() | |
// Do any additional setup after loading the view. | |
view.addSubview(scrollView) | |
imageArray = ["Your Image","Your Image")] | |
setupImages(imageArray) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment