Guest User

Untitled

a guest
Jun 23rd, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. @objc func buttonAction(sender: UIButton!) {
  2. let loginDetailController = UIViewController()
  3. navigationController?.pushViewController(loginDetailController, animated: true)
  4. print("Button tapped")
  5. }
Add Comment
Please, Sign In to add comment