I came across this interface in a Geico application. How is this “grouped” UITextField style achieved (street, city, state)? Is this just an explicit restyling of the 3 UITextField elements, or is there a control that I'm missing to handle this?
Note. I am using MonoTouch.
I think this is done using the UITableView element.
- , UIView view.clipsToBounds YES, view.layer.borderColor , view.layer.borderWidth view.layer.cornerRadius . #import <QuartzCore/QuartzCore.h> .
view.clipsToBounds
view.layer.borderColor
view.layer.borderWidth
view.layer.cornerRadius
#import <QuartzCore/QuartzCore.h>
Source: https://habr.com/ru/post/1796704/More articles:JTable padding using one object per line - javaProblem with SQL query - functionConverting a string representing a list into an actual list object - pythonКнопка пользовательского диалогового окна Android XML onClick error - androidone-dimensional (deep) scaling with a changing aspect ratio - ratioC ++: fixing binary using fstream - c ++Change wallpaper in Windows 7 - windows-7Insert a new node at the top of the Linked-List - cHTML-тег URL-адреса браузера не меняется - htmlUpdating SQL database using jQuery Ajax and PHP - jqueryAll Articles