Developing on iPad

I am messing around with Swift Playgrounds right now in the XCode playground on my iPad Pro. Is there a way I can add images to my code? I haven’t found a way to add an image file.
Did you try with UIImage(named: "image.jpg"), after copying the image in Resources ?
Look here:
https://stackoverflow.com/questions/24069479/swift-playgrounds-with-uiimage
or here:
https://developer.apple.com/forums/thread/667024

Developing on iPad
 
 
Q