I want to create an input screen forcontact edit screen, where a user can edit a list of fields (such as First name, Last name). On the contact edit screen there are labels and an underlining that represents the edit window for each input field.
I was wondering if these text edit fields (including label and underlining) are provided controls or if I have to construct a label and an edit window manually.