How to set tab order in View Controller?

I'm using xCode 8.1 and Swift 3, and I want to know how to set the tab order within a View Controller. I have a number of Text Fields and Buttons on my form, and I want to set the tab order of each of the fields to lead the user in completing the form's text fields.


In Visual Studio, this is a simple task, but I can't find anything that addresses this problem with xCode. I have to be missing something, because this is such a basic need on all 'entry type forms".


Your help will be greatly appreciated,

Terry

Replies

How are they arranged vertically to the left of the edit window?


Basically, add them in the order you want them to function. Drag/drop to re-order, but be sure to option-clean the build folder to force Xcode to accept those changes.


Ken