Not hugely experienced with Pythonista (but reasonably adept with Python) but have got a bit stuck with the correct way to get images into my UI and need a bit of a sanity check!
I'm using the UI Designer to create a basic UI. Its simply some buttons over a .png background.
I figured it would be as simple as importing my .png (via Import Photos) and then attaching them to an ImageView object (e.g. imageview1). Alas, there doesn't seem to be a way for Pythonista to pick this element in the UI Designer. Even selecting the some of the default black and white icons doesn't seem to display them in the the ImageView box.
Programmatically, i've tried to load the .png manually after i've loaded the .pygui definition, by reading this as an Image and then attaching it to the ImageView. Still no luck and nothing being displayed, despite no errors.
Im trying to figure out what i'm missing here.. any simple suggestions and/or best practice would be most appreciated!