I came across this UI in the Geico app. How is this "grouped" UITextField style achieved (Street, City, State)? Is it just done by explicitly restyling 3 UITextField elements or is there a control I am missing to handle this?
Note: I am using MonoTouch.
I think its done using the UITableView element.