ADKNibCacheManager Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | ADKNibCacheManager.h ADKNibCacheManager.m |
+ sharedInstance
Geting a shared instance of ADKNibCacheManager.
+ (instancetype)sharedInstanceReturn Value
Instance of ADKNibCacheManager.
Declared In
ADKNibCacheManager.h
– instanceForNibNamed:
This is a method for get singleton instance from Nib name.
- (id)instanceForNibNamed:(NSString *)nibNameParameters
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 *)classNameParameters
className |
input class name for identifier, should be in string. |
|---|
Return Value
instance of the cached class.
Declared In
ADKNibCacheManager.h