Skip to content

Instantly share code, notes, and snippets.

@bobleesj
Created December 17, 2016 12:37
Show Gist options
  • Save bobleesj/d0cd817f599541c76946f086272c04e6 to your computer and use it in GitHub Desktop.
Save bobleesj/d0cd817f599541c76946f086272c04e6 to your computer and use it in GitHub Desktop.
@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