From the course: Learning Apple tvOS App Development

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Text entry on tvOS: Search for locations

Text entry on tvOS: Search for locations

From the course: Learning Apple tvOS App Development

Start my 1-month free trial

Text entry on tvOS: Search for locations

- [Instructor] Our work in the your location tab of our weather application is done, and we have created a very immersive experience here for an Apple TV application. We have a great video background, and I hope that as you have seen, there are very many similarities between tvOS and iOS in the way you're doing things. Just the user interface differs a lot. So, when it comes now to different kinds of user interface elements, there is this second view controller where we need to deal with this text entry, and with the UI text field that is associated with it. And although there is a difference, for the user to input text, dealing with the text field isn't really so different in comparison to iOS. So, let's bring up Xcode again, and now let's leave the YourLocationViewController and head to the SearchTableViewController. Since we're not leaving this file right now, let's just make us some more space here, and the first thing I'd like to do in this file is to import Core Location again…

Contents