Answers for "swift programmatic view controller button press"

0

button click programmatically swift

button.sendActions(for: .touchUpInside)
Posted by: Guest on April-08-2020
0

how to call another view controller method when button click from another ios swift

NotificationCenter.default.addObserver(self, selector: #selector(disconnectPaxiSocket(_:)), name: Notification.Name(rawValue: "disconnectPaxiSockets"), object: nil)
Posted by: Guest on August-07-2020

Code answers related to "swift programmatic view controller button press"

Code answers related to "Swift"

Browse Popular Code Answers by Language