* Fix never adding gradient view to "keyWindow" if it is not available on first call to "show()"

This commit is contained in:
Felix Mau
2017-09-25 08:47:49 +02:00
parent 3523665800
commit 0952b252d8
8 changed files with 91 additions and 24 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'GradientLoadingBar'
s.version = '1.1.2'
s.version = '1.1.3'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'An animated gradient loading bar.'
s.description = 'An animated gradient loading bar. Inspired by http://www.cssscript.com/ios-style-gradient-progress-bar-with-pure-css-css3/'
@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.screenshot = 'http://felix.hamburg/files/github/gradient-loading-bar/screen.gif'
s.author = { 'Felix Mau' => 'contact@felix.hamburg' }
s.source = { :git => 'https://github.com/fxm90/GradientLoadingBar.git', :tag => '1.1.2' }
s.source = { :git => 'https://github.com/fxm90/GradientLoadingBar.git', :tag => '1.1.3' }
s.source_files = 'GradientLoadingBar', 'GradientLoadingBar/**/*.swift'
s.platform = :ios, '9.0'