add a 2nd activity
object library (the +), search view controller
adding views programmatically
(view controller in this example (2nd activity))
controller dir->Rclick->new file->(ios tab) swift file
import UIKit
class SecondViewController: UIViewController {
// this is a 2nd...