FxBase
public class FxBase
Undocumented
-
Keyed attributes collection allows extensions to access their own variables
Normally not accessed by clients, but public in order to allow user-defined extensions to exist.
Declaration
Swift
public lazy var attributes = FxAttributes(self)
-
Keyed relay function allows extensions to create their own relay variables
Normally not accessed by clients, but public in order to allow user-defined extensions to exist.
Declaration
Swift
public func relay<T>(_ key: String, _ defaultValue: T) -> BehaviorRelay<T>