Is there an obvious way to make a text input box that has rounded edges?
I'm not talking about setting a UITextField's borderStyle to UITextBorderStyleRoundedRect. That only gives me rounded corners.
I'm talking about the style text field used as input in the SMS app (before you hit send), or the UISearchBar. I've also seen it used in 3rd party applications (for example, the comment input box in the Facebook application).
Is this possible using standard Cocoa Touch? Or do I have to bring my own background images to the table?