-
Notifications
You must be signed in to change notification settings - Fork 482
Update Log
iziz edited this page Feb 10, 2015
·
27 revisions
- NBMetadataHelper has one NBPhoneMetadata instance for cache.
- Remove singleton methods.
Use
[[NBPhoneNumberUtil alloc] init];
instead of
+ (NBPhoneNumberUtil*)sharedInstance;
+ (NBPhoneNumberUtil*)sharedInstanceForTest;
+ (NBPhoneNumberUtil*)sharedInstanceWithBundle:(NSBundle *)bundle;
+ (NBPhoneNumberUtil*)sharedInstanceForTestWithBundle:(NSBundle *)bundle;
- (instancetype)initWithBundle:(NSBundle *)bundle metaData:(NSString *)metaData;
- Remove plist metadata files.
- Add Metadata classes.