From 02b56f2707130ab5e33b946d1c29993e24c178e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanpe=20Catala=CC=81n?= Date: Tue, 5 Jun 2018 17:14:48 +0200 Subject: [PATCH] feat: change some texts in README file --- ...ine_storyboard.png => multiline_customize.png} | Bin README.md | 14 +++++++------- 2 files changed, 7 insertions(+), 7 deletions(-) rename Assets/{lastline_storyboard.png => multiline_customize.png} (100%) diff --git a/Assets/lastline_storyboard.png b/Assets/multiline_customize.png similarity index 100% rename from Assets/lastline_storyboard.png rename to Assets/multiline_customize.png diff --git a/README.md b/README.md index 5b637e21..827736b7 100755 --- a/README.md +++ b/README.md @@ -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 @@ -246,7 +246,7 @@ descriptionTextView.linesCornerRadius = 5 Or, if you prefer use **IB/Storyboard**: -![](Assets/lastline_storyboard.png) +![](Assets/multiline_customize.png) ### 🎨 Custom colors