Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS Build a Self-Destructing Message iPhone App Designing and Starting the App Adding Login and Sign Up Screens

iOS 7 Missing Storyboard Attribute Features

In iOS7 I think the secure option for creating a secure textfield is no long available. Stackoverflow responses suggest writing your own code but they don't provide examples of where to place the code and how to link it up with a storyboard.

Neither is the keyboard option.

Any suggestions?

1 Answer

After some googling I found out that you have to add keypath attributes under "User Defined Runtime Attributes" in the Storyboard. I'm going to search for the list of accepted Key Paths.

I.E. placeholder -> String -> Email

[EDIT] Still unable to find an answer for securing a text field. I couldn't find a list of accepted key paths.

[UPDATE] Realized that some of the attributes were hidden. Had to expand it. Noob mistake.