I have been watching tutorials and looking/researching and I can't find anywhere how to create an array of image urls.
I am trying to use the framework SDWebImage. All the tutorials that I have been looking at do exactly what I need my app to do, but with a TableView not a normal ViewController. I also would like to have it where you push a button and then it will randomly call one of the images. The urls are from the images stored in Firebase Storage. This framework (SDWebImage) is really what I want to use because it does exactly what I want to do and makes it really quick and easy. The tutorial that was closest to what I am doing is except for Jared has his in a TableView. This video is exactly what I want meaning the way he did his code like that. I really like his tutorials and his code is nice.
Overview: I need a random image from the array to load right when the app is launched, and when you click the button I need it to load another random image. I looked into this framework because at the moment I will have 400 images and more coming in the future and it is super easy to do exactly what I want.
Please help me I have been searching for 2 days and I have no idea what to do! I know this is a pretty simple concept for having an array and for using this normal ViewController instead of a TableVIew.
All help is gladly appreciated.