iOS Notification Center in Swift

preview_player
Показать описание
Formerly known as NSNotificationCenter, the NotificationCenter is a powerful mechanism for sending out broadcasts of notifications within an application.

If you haven't heard of Notification Center, you're missing out! It's a great way to help make your larger application easier to manage and develop.

Any large application needs to utilize Notification Center, so hopefully you guys find this tutorial useful!

More information:
Рекомендации по теме
Комментарии
Автор

Ive spent endless hours trying to figure out this subject, watched your tutorial 20mins later makes loads of sense, great tutorial

thanks

Smart-electrical
Автор

I think this is the best NotificationCenter tutorial i ever saw

corn
Автор

Excellent! Exactly what I needed right now, explained in a clear and succinct way. Kudos!

chris_pingel
Автор

Your Swift tutorials are great, thanks a lot :)

LordMoneillon
Автор

I love you. Helped me so much! Great tutorial dude, keep it up. I couldn't figure out how to tell the ViewController something from outside of it but this solved it.

DaGhost
Автор

Thank you for a great tutorial about the notification.

joycelu
Автор

Lifesaver!!! Awesome tutorial +Electronic Armory

BimbaKampli
Автор

very helpful and time saving tutorial. great work done!

heypickupdeveloper
Автор

Thank you so much, found this very helpful! Appreciate it :)

kandurivivek
Автор

Good explanation of the different methods to use.

MichelPWeber
Автор

@19:09: This is not correct, because `self` is not the observer, the closure is.
So you should add a reference to what's returned by addObserver(forName...), a NSObjectProtocal object, and removeObserver() this object.

pv-g_
Автор

Great tutorial but once When you have a tab bar controller with 2 VC's only the initial view controller is loaded into memory at beginning , So the second VC is nil until we click and load it into memory which essentially If we run the app and try to refresh before we click on the second VC it won't work .. Any suggestions on best practice to load all VC's first?

myforkwasherewebseries
join shbcf.ru