Architecture
Choosing a communication style
In which of these situations is NotificationCenter the best fit?
Pick one
Choosing a communication style
In which of these situations is NotificationCenter the best fit?
Pick one
ArchitectureShort answerIntro
Can you explain the Delegate pattern that shows up all over UIKit?
#delegate #notification #closure
Memory and ARCMultiple choiceBasics
Which of the following (with no extra measures) create a reference cycle or a permanent l…
#notification #closure
Memory and ARCMultiple choiceBasics
Which of the following snippets keep a ViewController from being deallocated after it lea…
#delegate #closure
ArchitectureShort answerAdvanced
This is a live coding exercise. Without Foundation's NotificationCenter, design and imple…
#notification