You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.
The last tagged version is from Febr 2014 (1.0.2) while the last commit is from 12 days ago !
This gives the false first impression that the project is dead, while it isn't.
Unfortunately also, if you add pod 'Shimmer' to your Podfile, CocoaPods will grab by default this 2014 version, which has bugs wrt Autolayout, Simulator and 64bits, that are now fixed in trunk.
Workaround: edit your Podfile like so: pod 'Shimmer', :git => 'https://github.com/facebook/Shimmer.git', :commit => '3589bd7ca0d122fe06792868485d79c622a3f47d'
The text was updated successfully, but these errors were encountered:
The last tagged version is from Febr 2014 (1.0.2) while the last commit is from 12 days ago !
This gives the false first impression that the project is dead, while it isn't.
Unfortunately also, if you add
pod 'Shimmer'
to your Podfile, CocoaPods will grab by default this 2014 version, which has bugs wrt Autolayout, Simulator and 64bits, that are now fixed in trunk.Workaround: edit your Podfile like so:
pod 'Shimmer', :git => 'https://github.com/facebook/Shimmer.git', :commit => '3589bd7ca0d122fe06792868485d79c622a3f47d'
The text was updated successfully, but these errors were encountered: