Bob the Developer

Intermediate to Advanced Swift: https://goo.gl/6LScrn

Follow publication

Pass Data with NSNotification in Swift

Bob Lee
Bob the Developer
Published in
3 min readDec 17, 2016

What a great photo for NSNotification

What I think you will learn

UI Component

SecondVC (Right) notifying FirstVC (Left)
import UIKitlet myNotificationKey = "com.bobthedeveloper.notificationKey"class SecondVC: UIViewController {}
secondVC

“No overview available” — Apple

Tap to notify

Responses (11)

Write a response