Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c9f2ed4

Browse filesBrowse files
authored
Update README.md
1 parent f3ddf10 commit c9f2ed4
Copy full SHA for c9f2ed4

File tree

Expand file treeCollapse file tree

1 file changed

+6
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-2
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,16 +69,20 @@ If you prefer not to use a dependency manager, you can integrate **RProgressView
6969
> And for Manuall install you dont need to import anything
7070
7171
72-
You need to simply initiate progressView with four colours if you want to customise colors initiate like this
72+
You need to simply initiate progressView
7373
7474
> ```swift
7575
> var progessView = RProgressView()
7676
> ```
7777
78+
You cann set number of circles you want in your progress view set `numberOfCircles` property
79+
> ```swift
80+
> progress.numberOfCircles = 4
81+
> ```
7882
You can show multi color Circles for that turn on `isMultiColour` to true and add colours `dotColors` according to number of circles like this
7983
8084
> ```swift
81-
> private lazy var progessViewMultiColour:RProgressView = {
85+
> private lazy var progessViewMultiColour:RProgressView = {
8286
> let progress = RProgressView()
8387
> progress.isMultiColour = true
8488
> progress.mainDotColor = .black

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.