You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 8, 2023. It is now read-only.
RBLViewController is of dubious quality (who is that @joshaber guy that wrote JAViewController anyways?), and involves some hackiness (like #85). It can also be useful to know when subviews appear/disappear, and nested view controllers are never fun.
Instead, maybe we could add a category to NSView that allows block callbacks to be installed for significant events (e.g., viewWillAppear and such). This doesn't enforce any kind of architectural pattern, and also makes it easier to create signals out of those events.
The text was updated successfully, but these errors were encountered:
RBLViewController
is of dubious quality (who is that @joshaber guy that wroteJAViewController
anyways?), and involves some hackiness (like #85). It can also be useful to know when subviews appear/disappear, and nested view controllers are never fun.Instead, maybe we could add a category to
NSView
that allows block callbacks to be installed for significant events (e.g.,viewWillAppear
and such). This doesn't enforce any kind of architectural pattern, and also makes it easier to create signals out of those events.The text was updated successfully, but these errors were encountered: