Xcode

How set the a hint or placeholder within text field with Xcode?

0 views August 29, 2018 August 30, 2018 bicobro 0

To set a hint or placeholder on a text field when you are using the Xcode storyboard, do the following:

  1. Open the storyboard related to the view using the Xcode Project Navigator
  2. Select the TextField on the specific view
  3. Open the Attributes Inspector
  4. Fill a value within the Placeholder field

 

Was this helpful?