Architecture
NotificationCenter behavior
Which of these statements about Foundation's NotificationCenter are correct? Select all that apply.
Pick all that apply
NotificationCenter behavior
Which of these statements about Foundation's NotificationCenter are correct? Select all that apply.
Pick all that apply
ArchitectureShort answerAdvanced
This is a live coding exercise. Without Foundation's NotificationCenter, design and imple…
#notification #observer
App lifecycle and systemShort answerBasics
If you call NotificationCenter.default.post on a background thread, which thread does the…
#notificationcenter #observer
ArchitectureShort answerIntro
Can you explain the Delegate pattern that shows up all over UIKit?
#notification
ArchitectureMultiple choiceIntro
In which of these situations is NotificationCenter the best fit?
#notification