Changes

Jump to: navigation, search

An iOS 7 UIPickerView Example

30 bytes added, 20:39, 11 October 2013
Designing the User Interface
Select the text field and change the Keyboard property in the Attributes Inspector to Numbers and Punctuation, then change the Placeholder setting to US Dollars (USD). Once completed, the view should appear as illustrated in the following figure:
<google>ADSDAQBOX_FLOW</google>
[[Image:ios_7_uipickerview_example_layout.png|The user interface layout for an iOS 7 UIPickerView example app]]
Finally, Ctrl-click on the text field object and drag the line to the area immediately beneath the newly created outlets in the Assistant Editor panel. Release the line and, within the connection dialog, establish an Action method on the Did End On Exit event configured to call a method named textFieldReturn.
The user interface is now designed and the outlets and action connected.
== Initializing the Arrays ==

Navigation menu