kciter / Floaty

:heart: Floating Action Button for iOS
MIT License
1.58k stars 310 forks source link

Floaty padding Y is not working when set rtlMode property is true! #312

Open sadeghgoo opened 3 years ago

sadeghgoo commented 3 years ago

Floaty padding Y is not working when set rtlMode property is true!

Here is my code:

    Floaty.global.rtlMode = true
    Floaty.global.button.paddingY = 55
    Floaty.global.show()