Skip to content

Commit

Permalink
feat: Update REAMDE
Browse files Browse the repository at this point in the history
  • Loading branch information
Juanpe Catalán committed Jun 5, 2018
1 parent 02b56f2 commit c06ae2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,14 +228,14 @@ The rest of the process is the same as ```UITableView```
When using elements with text, ```SkeletonView``` draws lines to simulate text.
Besides, you can decide how many lines you want. If ```numberOfLines``` is set to zero, it will calculate how many lines needed to populate the whole skeleton and it will be drawn. Instead, if you set it to one, two or any number greater than zero, it will only draw this number of lines.

###### Customize
##### 🎛 Customize

You can set some properties for multilines elements.
- **Filling percent** of the last line.
- values: `0...100`
- default: `70%`
- **Corner radius** of lines. (**NEW**)
- values: `0...10`
- values: `0...10
- default: `0`

To modify the percent or radius **using code**, set the properties:
Expand Down

0 comments on commit c06ae2d

Please sign in to comment.