Skip to content

Commit

Permalink
feat: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Juanpe Catalán committed Aug 2, 2018
1 parent b90e975 commit 3c16416
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,11 +280,23 @@ Besides, ```SkeletonView``` features 20 flat colors 🤙🏼

Default values:
- **tintColor**: UIColor
- *default: .clouds*
- **gradient**: SkeletonGradient
- *default: SkeletonGradient(baseColor: .clouds)*
- **multilineHeight**: CGFloat
- *default: 15*
- **multilineSpacing**: CGFloat
- *default: 10*
- **multilineLastLineFillPercent**: Int
- **multilineCornerRadius**: Int _0_
- *default: 70*
- **multilineCornerRadius**: Int
- *default: 0*

To get these default values you can use `SkeletonAppearance.default`. Using this property you can set the values as well:
```Swift
SkeletonAppearance.default.multilineHeight = 20
SkeletonAppearance.default.tintColor = .green
```


### 🤓 Custom animations
Expand Down

0 comments on commit 3c16416

Please sign in to comment.