Skip to content

Commit

Permalink
feat: change some texts in README file
Browse files Browse the repository at this point in the history
  • Loading branch information
Juanpe Catalán committed Jun 5, 2018
1 parent fe40f4b commit 02b56f2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
File renamed without changes
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,12 +231,12 @@ 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**
- **Filling percent** of the last line.
- values: `0...100`
- default: `70%`
- **Corner radius** of lines. (**NEW**)
- values: `0...10`
- default: `0`

To modify the percent or radius **using code**, set the properties:
```swift
Expand All @@ -246,7 +246,7 @@ descriptionTextView.linesCornerRadius = 5

Or, if you prefer use **IB/Storyboard**:

![](Assets/lastline_storyboard.png)
![](Assets/multiline_customize.png)

### 🎨 Custom colors

Expand Down

0 comments on commit 02b56f2

Please sign in to comment.