Skeletonview: Add More colors

Created on 17 Nov 2017  路  4Comments  路  Source: Juanpe/SkeletonView

I believe in adding few more colors will enhance this project. Let me know if you want me to help you with any contributions.

鉂攓uestion

All 4 comments

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 馃檪

Was this page helpful?
0 / 5 - 0 ratings

Related issues

pauloec picture pauloec  路  7Comments

adelbios picture adelbios  路  6Comments

jamesTheKid picture jamesTheKid  路  4Comments

Manikandan271192 picture Manikandan271192  路  4Comments

son picture son  路  4Comments