Search code examples
iphoneipadiosxamarin.iosmonodevelop

UITextField list? How to achieve similar UI?


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?

enter image description here

Note: I am using MonoTouch.


Solution

  • I think its done using the UITableView element.