Hello,
I have a small app that downloads and a few images from the internet and displays them in Image Views.
I have created a button that calls the function to reload the images.
However, this is essentially a plain button with just a text label "REFRESH". Next to it, I have positioned an activityIndicatorView.
This takes up a lot of screen space.
Instead, I was hoping to use a Safari Refresh button instead. I found a post on Stack Overflow discussing this (which shows an example of what I mean), but I'm new to iOS development and couldn't really understand it.
Is anyone aware of documentation or any tutorials that would explain how to do this?
Thanks in advance.
Dave