It seems in xcode 8 it doesn't take the
let indexPath = NSIndexPath(forRow: 0, inSection: 0)
What is the new way to do this in swift 3?
It seems in xcode 8 it doesn't take the
let indexPath = NSIndexPath(forRow: 0, inSection: 0)
What is the new way to do this in swift 3?