Update README.md
This commit is contained in:
parent
72edd3fd9e
commit
fc48cda535
|
|
@ -234,7 +234,7 @@ Sets the path for page indicators to use for the specified state. (selected/norm
|
|||
|
||||
```swift
|
||||
pageControl.setPath(UIBezierPath(rect: CGRect(x: 0, y: 0, width: 8, height: 8)), for: .normal)
|
||||
pageControl.setPath(UIBezierPath(ovalIn: CGRect(x: 0, y: 0, width: 8, height: 8)), for: .normal)
|
||||
pageControl.setPath(UIBezierPath(ovalIn: CGRect(x: 0, y: 0, width: 8, height: 8)), for: .selected)
|
||||
```
|
||||
|
||||
## Installation
|
||||
|
|
|
|||
Loading…
Reference in New Issue