I'am working on a app where the user can put in some data and then take a image with the camera or from the device.
The problem i'am having is that i cant seem to get a cell or element to only display a image. Width of the image would be the width of the cell(Grouped style) it's in. Height i would like to specify myself.
I've tried to subclass ImageElement but can't change the size of it.
Is the already a Element i could use for this or is there any other good way of doing it?