facebookarchive / Shimmer

An easy way to add a simple, shimmering effect to any view in an iOS app.
Other
9.35k stars 1.11k forks source link

Tag a new release ? #69

Open DimDL opened 7 years ago

DimDL commented 7 years ago

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'

LeoNatan commented 7 years ago

Now with Carthage support, this is very important.

joshuaseltzer commented 7 years ago

+1 for this. For now I'll use the workaround as described in the first post.