From 925aad6b9a2cfeeff89e2c4beff4bab4ec4a11ae Mon Sep 17 00:00:00 2001 From: Felix Mau Date: Mon, 2 Sep 2019 11:16:21 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20::=20Added=20type=20to=20paramet?= =?UTF-8?q?ers?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index b47bb3e..7821ece 100644 --- a/readme.md +++ b/readme.md @@ -75,10 +75,10 @@ let gradientLoadingBar = GradientLoadingBar( ) ``` -###### – Parameter `height` +###### – Parameter `height: CGFloat` By setting this parameter you can set the height for the loading bar (defaults to `3.0`) -###### – Parameter `isRelativeToSafeArea` +###### – Parameter `isRelativeToSafeArea: Bool` With this parameter you can configure, whether the loading bar should be positioned relative to the safe area (defaults to `true`). Example with `isRelativeToSafeArea` set to `true`