Hack Simple Coding [Button Action ] Swift 4
Button Action
this code using inside touch Button ---> List
+ Sllide down to Up and otherwise
@IBAction func Pressed(_ sender: UIButton) {
// let vc = NumberTwoViewController()
// present(vc, animated: true, completion: nil)
}
@IBAction func dismissPressed(_ sender: UIButton) {
dismiss(animated: true, completion: nil)
}
This my note as my problem and solution @luffyselah
No comments: