I believe in adding few more colors will enhance this project. Let me know if you want me to help you with any contributions.
I agree with you, this's the first thing I was checking when i saw previews
Hi @kak2008 and @dotWasim, maybe it's not totally clear in the README file, but SkeletonView features 20 new colors, but you can use whatever color you want.
For example:
view.showSkeleton(usingColor: UIColor.red)
view.showSkeleton(usingColor: UIColor(red: 25.0, green: 30.0, blue: 255.0, alpha: 1.0))
or gradient:
let gradient = SkeletonGradient(baseColor: UIColor.gray)
view.showGradientSkeleton(usingGradient: gradient)
thanks, I didn't notice that... I am wondering if the collection view support is going to be available any sooner?
Yes, Collection view support will be available very soon 馃檪