Nucleus

  • Represents an initialization node in the Hive system. This class should be subclassed to create a new node type.

    See more

    Declaration

    Swift

    @objc open class HiveDrone: Operation
  • Delegate interface for objects who wish to be informed when the initialization process is completed.

    See more

    Declaration

    Swift

    @objc public protocol HiveInitializationCompleteDelegate: class
  • Manages the initialization queue and ensures that a node is not processed until all of it’s dependencies are complete.

    See more

    Declaration

    Swift

    @objc public class HiveManager: NSObject
  • Delegate interface for objects who wish to be informed about the progress of the initialization process.

    See more

    Declaration

    Swift

    @objc public protocol HiveProcessesProgressDelegate: class