I use AutoLayout, but I prefer not to use storyboards. Instead, I generally create independent view controllers with their own XIB files.
Also, I don't like using UITableViewController and UICollectionViewController. Instead, I prefer to add table views and collection views manually to my XIB files.
Will the new "Safe Area" layout guide be available to me using these techniques? Or will I need to write my own code to adjust things for the iPhone X?
Thanks,
Frank