Adding a background image to UITextView

Hello,

I’m working on the exercise on page #141 and I seem to be having a little difficulty including a background image to the UITextView. When I include an ImageView to the About Screen and include a background image, and arrange it to the back, only the background is covered with the background image; the TextView is still plain white. Can anybody help me resolve this problem?

Thanks in advance,
Robel

Did you change the Background color for the text view (under the View section in the Attributes inspector) to Clear color? If you don’t, the background of the text view will draw in the default white and since the text view is above the background image, you will see the text view with a white background.

Hope this helps :slight_smile:

1 Like

Thank you! Now it works!

This topic was automatically closed after 166 days. New replies are no longer allowed.