ADKNibCacheManager Class Reference

Inherits from NSObject
Declared in ADKNibCacheManager.h
ADKNibCacheManager.m

+ sharedInstance

Geting a shared instance of ADKNibCacheManager.

+ (instancetype)sharedInstance

Return Value

Instance of ADKNibCacheManager.

Declared In

ADKNibCacheManager.h

– instanceForNibNamed:

This is a method for get singleton instance from Nib name.

- (id)instanceForNibNamed:(NSString *)nibName

Parameters

nibName

input nib name for identifier, should be in string.

Return Value

instance of the cached class.

Declared In

ADKNibCacheManager.h

– instanceForClassNamed:

This is a method for get singleton instance from class file.

- (id)instanceForClassNamed:(NSString *)className

Parameters

className

input class name for identifier, should be in string.

Return Value

instance of the cached class.

Declared In

ADKNibCacheManager.h