jjochen / JJFloatingActionButton

Floating Action Button for iOS
https://jjochen.github.io/JJFloatingActionButton
MIT License
374 stars 75 forks source link

How can I make this button Horizontal? #271

Closed vignesh-lesoft closed 4 years ago

vignesh-lesoft commented 4 years ago
jjochen commented 4 years ago

You have to create a new JJItemAnimationConfiguration. You can check the DownwardsExampleViewController as an example.

vignesh-lesoft commented 4 years ago

Working!!

Thanks for your active support