Options for adding one or more images

The option to add an image to sim pages is not yet implemented in Interface Builder. This option was available in the previous UI Builder. Can you post some examples of simple code to efficiently add an image to a page? Thanks!

Hi Shayne,

You can do this by adding the tag to any Text Field.

First you will need to upload your image in the Interface | Static page of your Epicenter project.
Then you can add the tag to any Text field property.

Example:
I uploaded ‘pict01.png’ to my Interface | Static page
Then I went to the my Interface Builder | Global Settings page and edited my ‘Project Title’ Text Field located in the ‘Header/Footer Settings’ section with the following:
Header Logo < imgsrc=“pict01.png” alt=“pict01.png” height=“180” width=“180”>

Let me know if this helps.

Regards, Geromel