-
Close bar button
Declaration
Swift
case close -
Save bar button
Declaration
Swift
case save -
Change avatar
Declaration
Swift
case avatar -
First name text field
Declaration
Swift
case first -
Last name text field
Declaration
Swift
case last -
Birthday text field for date picker
Declaration
Swift
case birthday -
Gender text field
Declaration
Swift
case gender -
Country text field for list triggering
Declaration
Swift
case country -
Location text field for list triggering
Declaration
Swift
case location -
Email text field
Declaration
Swift
case email -
About text view
Declaration
Swift
case about -
Airport text field
Declaration
Swift
case airport -
Link title text field
Declaration
Swift
case linkTitle(Row) -
Link URL text field
Declaration
Swift
case linkUrl(Row) -
Delete link button
Declaration
Swift
case linkDelete(Row) -
Add link button
Declaration
Swift
case linkAdd
View on GitHub
UIEditProfile Enumeration Reference