How do I put readonly text inside a UITextField. For example, the "Name" and "Security" fields in the iPod touch "Other networks" settings contain, respectively, the words "Name" and "Security", with an editable area to the right. UITextField has a "placeholder" property but that disappears as soon as I type.
|
|
What you're seeing in those fields is not that the UITextField has a label but that the UITableViewCell has two controls on it - a label and a textfield without a border. |
||||
|
