diff --git a/src/Components/MRNavigationBarProgressView.m b/src/Components/MRNavigationBarProgressView.m index 5aad459..3140c3a 100644 --- a/src/Components/MRNavigationBarProgressView.m +++ b/src/Components/MRNavigationBarProgressView.m @@ -50,7 +50,7 @@ @implementation MRNavigationBarProgressView static NSNumberFormatter *progressNumberFormatter; -+ (void)load { ++ (void)initialize { NSNumberFormatter *numberFormatter = [NSNumberFormatter new]; numberFormatter.numberStyle = NSNumberFormatterPercentStyle; numberFormatter.locale = NSLocale.currentLocale;