Skip to content

Commit a729ba6

Browse files
committed
Updating README
1 parent f834361 commit a729ba6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ func faveButtonDotColors(faveButton: FaveButton) -> [DotColors]?
6868

6969
```swift
7070
let faveButton = FaveButton(
71-
frame: CGRect(x:200, y:200, width: 44, height: 44),
71+
frame: CGRect(x:200, y:200, width: 44, height: 44),
7272
faveIconNormal: UIImage(named: "heart")
7373
)
7474
faveButton.delegate = self
@@ -81,10 +81,10 @@ If you want differents colors for dots like `Twitter’s Heart Animation` use th
8181

8282
```swift
8383
func faveButtonDotColors(_ faveButton: FaveButton) -> [DotColors]? {
84-
if faveButton == myFaveButton{
85-
// return dot colors
86-
}
87-
return nil
84+
if faveButton == myFaveButton{
85+
// return dot colors
86+
}
87+
return nil
8888
}
8989
```
9090

0 commit comments

Comments
 (0)