RBAppDelegate Class Reference
Inherits from | UIResponder |
---|---|
Conforms to | UIApplicationDelegate |
Declared in | RBAppDelegate.h |
Overview
The Redbeard Application Delegate. Objects that implement RBAppDelegateObserver can be registered to respond to application-delegate events.
window
The UIWindow of the iOS application.
@property (nonatomic, nullable) UIWindow *window
Discussion
The UIWindow of the iOS application.
Declared In
RBAppDelegate.h
observers
The collection of observers that implement RBAppDelegateObserver and receive and respond to application-delegate events.
@property (nonatomic, readonly, nonnull) RBObserverCollection *observers
Discussion
The collection of observers that implement RBAppDelegateObserver and receive and respond to application-delegate events.
Declared In
RBAppDelegate.h