From c553617fd69c94414dc7391fd33d03f160567818 Mon Sep 17 00:00:00 2001 From: liufengting Date: Fri, 8 Sep 2017 15:25:20 +0800 Subject: [PATCH] bqlin - fix issues #8. --- FTIndicator.podspec | 2 +- FTIndicator/FTNotificationIndicator/FTNotificationIndicator.m | 1 - FTNotificationIndicator.podspec | 2 +- FTProgressIndicator.podspec | 2 +- FTToastIndicator.podspec | 2 +- 5 files changed, 4 insertions(+), 5 deletions(-) diff --git a/FTIndicator.podspec b/FTIndicator.podspec index 5010e95..55ccba0 100644 --- a/FTIndicator.podspec +++ b/FTIndicator.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "FTIndicator" - s.version = "1.2.3" + s.version = "1.2.4" s.summary = "A lightwight UI package contains local notification, progress HUD, toast, with blur effect, elegant API and themes Support." s.description = <<-DESC A lightwight UI package contains local notification, progress HUD, toast, with blur effect, elegant API and themes Support. Inspried by Apple's process indicator and notifications. diff --git a/FTIndicator/FTNotificationIndicator/FTNotificationIndicator.m b/FTIndicator/FTNotificationIndicator/FTNotificationIndicator.m index 612c46c..fae6df1 100644 --- a/FTIndicator/FTNotificationIndicator/FTNotificationIndicator.m +++ b/FTIndicator/FTNotificationIndicator/FTNotificationIndicator.m @@ -60,7 +60,6 @@ + (FTNotificationIndicator *)sharedInstance + (void)setNotificationIndicatorStyleToDefaultStyle { [self sharedInstance].indicatorStyle = UIBlurEffectStyleLight; - } + (void)setNotificationIndicatorStyle:(UIBlurEffectStyle)style diff --git a/FTNotificationIndicator.podspec b/FTNotificationIndicator.podspec index ccabb53..fa68ed1 100644 --- a/FTNotificationIndicator.podspec +++ b/FTNotificationIndicator.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "FTNotificationIndicator" - s.version = "1.2.3" + s.version = "1.2.4" s.summary = "A lightwight UI package contains local notification, progress HUD, toast, with blur effect, elegant API and themes Support." s.description = <<-DESC A lightwight UI package contains local notification, progress HUD, toast, with blur effect, elegant API and themes Support. Inspried by Apple's process indicator and notifications. diff --git a/FTProgressIndicator.podspec b/FTProgressIndicator.podspec index 3c195ae..ae85689 100644 --- a/FTProgressIndicator.podspec +++ b/FTProgressIndicator.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "FTProgressIndicator" - s.version = "1.2.3" + s.version = "1.2.4" s.summary = "A lightwight UI package contains local notification, progress HUD, toast, with blur effect, elegant API and themes Support." s.description = <<-DESC A lightwight UI package contains local notification, progress HUD, toast, with blur effect, elegant API and themes Support. Inspried by Apple's process indicator and notifications. diff --git a/FTToastIndicator.podspec b/FTToastIndicator.podspec index 4e8a701..cebae4b 100644 --- a/FTToastIndicator.podspec +++ b/FTToastIndicator.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "FTToastIndicator" - s.version = "1.2.3" + s.version = "1.2.4" s.summary = "A lightwight UI package contains local notification, progress HUD, toast, with blur effect, elegant API and themes Support." s.description = <<-DESC A lightwight UI package contains local notification, progress HUD, toast, with blur effect, elegant API and themes Support. Inspried by Apple's process indicator and notifications.