You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see AlertOnboarding uses UIImage(named: ) to load images and wants arrayOfImages as Strings from the user but I can’t seem to load images from the web as UIImage(named: “URLString of an image”). Nor do I have an option to download the image as NSData and then use UIImage(data: ) to show my image. What do I do?
The text was updated successfully, but these errors were encountered:
I see AlertOnboarding uses UIImage(named: ) to load images and wants arrayOfImages as Strings from the user but I can’t seem to load images from the web as UIImage(named: “URLString of an image”). Nor do I have an option to download the image as NSData and then use UIImage(data: ) to show my image. What do I do?
The text was updated successfully, but these errors were encountered: