SITNavigationManager Class Reference

Inherits from NSObject
Conforms to SITNavigationInterface
Declared in SITNavigationManager.h

Overview

Default implementation of SITNavigationInterface

  delegate

Delegate for progress callbacks

@property (nonatomic, strong) id<SITNavigationDelegate> delegate

Declared In

SITNavigationManager.h

+ sharedManager

Call this method to receive a reference to an initialized object of this class

+ (instancetype)sharedManager

Return Value

initialized and ready to use instance of this class

Discussion

You should always use this method to obtain the manager object and should not try to create instances directly.

Declared In

SITNavigationManager.h