Skip to content

Commit b41c605

Browse files
author
HanSJin
committed
update[README]: add description of single bar style.
1 parent 7fed735 commit b41c605

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@ self.audioVisualizationView.meteringLevelBarInterItem = 1.0
7373
self.audioVisualizationView.meteringLevelBarCornerRadius = 0.0
7474
```
7575

76+
You can change style of level bar to single:
77+
```swift
78+
self.audioVisualizationView.meteringLevelBarSingleStick = true
79+
```
80+
7681
You can change grandient start and end color:
7782

7883
```swift

0 commit comments

Comments
 (0)