How to add image data to swift playgrounds on iOS

Hello,


I am writing a swift playground on the swift playgrounds app on iOS. My playground involves using UIImage. The example for using UIImage is here:

let image = UIImage(named:”YourImage.png”)

How can I add image assets to a swift playground on the playgrounds app on ios, so that I can use them in my code like the example?