нажатию на кнопку:
@objc func buttonAlice(sender: UIButton!) {
let secondViewController: UIViewController = VCWithTableView ()
self.present(secondViewController, animated: true, completion: nil)
}
navigationController.push
Обсуждают сегодня