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 Jun 6, 2018
1 parent 76c5263 commit 0136c85
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
Binary file added Assets/multiline_corner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assets/multiline_lastline.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,12 +231,14 @@ Besides, you can decide how many lines you want. If ```numberOfLines``` is set
##### 🎛 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`
- default: `0`


| Property | Values | Default | Preview
| ------- | ------- |------- | -------
| **Filling percent** of the last line. | `0...100` | `70%` | ![](Assets/multiline_lastline.png)
| **Corner radius** of lines. (**NEW**) | `0...10` | `0` | ![](Assets/multiline_corner.png)



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

0 comments on commit 0136c85

Please sign in to comment.