Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
omarthamri authored Dec 1, 2023
1 parent a6b00bb commit b7a96e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ TinderSwipingAnimation(cards: cards, buttons: buttons) { (cardModel,direction) i
.tinderSwipingStyle(titleColor: .red, subtitleColor: .red, titleFont: .largeTitle, subtitleFont: .largeTitle)
```
If you want to change the orientation of the text inside your card you can use options with the key orientation. we got two orientations options ```.horizontal``` and ```.vertical```. By default the text orientation inside the card is ```.vertical```.
You can also use options with the key ```backgroundColor``` to change the background color of the card.
You can also use options with the key ```backgroundColor``` to change the background color of the card. By default the background color of the card is white.
```
TinderSwipingAnimation(
cards: cards,
Expand Down

0 comments on commit b7a96e7

Please sign in to comment.