So I have created a jpeg file using the Facebook graph url with a user id in ViewControllerA. This image is saved as profilePicture. My question is how do I make this image (UIImage) global?
In other words, I just want to make this image available to any ViewController or other type of class that I make, outside from ViewControllerA. I am not sure if making it global or public will be more appropriate, I just need the best way to make it accessible from any controller. thanks for the help!