Ok, all I want is a simple TextField, but with multiple lines. I tried the wrapping text field, but it only wraps text, it doesn't accept carriage returns to move editing to the next line. I also tried the Text View, but the text isn't formatted the same way that it does for all the text fields in my app, and it kinda sticks out like a sore thumb. In addition to that, when I test it, and type information into it, then use the -string method to save that entered information, it saves a blank string. Any thoughts or advice?