Booky
Booky copied to clipboard
Getting an Image as a property with IntentFile
Hello, I was having trouble exposing the image of my entity for the user to pass on to another action in Shortcuts. I have three properties: Body, Title, and Image, and Body and Title appear fine, but Image does not. It’s setup like this:
https://github.com/mralexhay/Booky/blob/c2f85f52640257754b2297b2753d870f42a598e4/Shortcuts/ShortcutsBookEntity.swift#L28
but with Property not commented out. Any advice on exposing the IntentFile for the user to have access?
thanks!