This is the configuration of my textview


When I start typing in it I get this:

Until I press the return key, then I get this:

Has anybody got an idea as to why this happens? This is in iOS6, on the iPad, both in the Simulator as on the device
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This one contained the answer: UITextView width greater than 512 doesn't show text
It seems that disabling the “flexible width” in the resize options of the UITextView solves the problem. Clearly a bug in UIKit methinks.
FYI my textview is 504 pixels wide.