PhilippeBoisney / AlertOnboarding

A simple and attractive AlertView to onboard your users in your amazing world.
MIT License
842 stars 109 forks source link

Loading images from the Web #20

Open waseefakhtar opened 7 years ago

waseefakhtar commented 7 years ago

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?

PhilippeBoisney commented 7 years ago

This feature is not currently supported. However, I planned to do it soon when I have some free time.