Floating Textfield on top of iOSImageView

I am making a picture banner that accepts text inputs. So I have an iOSImageView object and a Textfield laid on top of this iOSImageView. All is fine until I try to click on the Textfield. It won’t respond to my click and I can’t add any text to the textfield.

Is there a workaround that fixes this issue? It seems pretty weird that iOSImageView would interfere with the Textfield’s input.

Make sure that the image control is not the parent of the text field.