MMMNavigation

Objective-C

@interface MMMNavigation : NSObject

Swift

class MMMNavigation : NSObject

Manages switching between different sections of the app (kind of internal URL router). It’s like a central hub accepting navigation requests and then passing them to the entities that able to perform them. (The entities that are able to open requests should register themselves as handlers.)

Handlers