Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question or enhancement #5

Closed
ghost opened this issue Jan 8, 2016 · 1 comment
Closed

Question or enhancement #5

ghost opened this issue Jan 8, 2016 · 1 comment

Comments

@ghost
Copy link

ghost commented Jan 8, 2016

Hi There,

I was wondering how i can move the menu around without changing the following padding..
var padding: CGFloat = 14

I wanted to move the menu from bottom just Y-Axis only. I having some issue adding KCFloatingActionButton with iAd. The Floating Menu is going behind iAdd.

Thanks.

kciter added a commit that referenced this issue Jan 9, 2016
kciter added a commit that referenced this issue Jan 9, 2016
@kciter
Copy link
Owner

kciter commented Jan 9, 2016

Hello, @Kam21
I accpeted your suggestion. So, I've just updated the library to 1.1.8 version.
If you want to move the menu Y-Axis only, you have to execute pod update first. Then, you can move it easily by paddingY variable.

Example:

KCFABManager.defaultInstance().getButton().addItem(title: "Hello")
KCFABManager.defaultInstance().getButton().paddingY = 100
KCFABManager.defaultInstance().show()

Thanks.

@kciter kciter closed this as completed Jan 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant