Created
December 17, 2016 12:37
-
-
Save bobleesj/d0cd817f599541c76946f086272c04e6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@IBAction func tabToNotifyBack(_ sender: UIButton) { | |
NotificationCenter.default.post(name: Notification.Name(rawValue: myNotificationKey), object: self) | |
secondVCLabel.text = "Notification Completed!😜" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment