-
Notifications
You must be signed in to change notification settings - Fork 75
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
Action buttons move up when the add/plus button is clicked #8
Comments
Can you post a screenshot ? |
Ok, let me check, are you using swift ? Cos i havent tested it out in swift |
I'm using Objective-C. And the value for withScrollView is a webview's scrollview.
|
Hi @gizmoboy7! Any update on this? Thanks! |
Got the same issue after changed UINavigationBar backgroundImage.
|
I could fix this issue in my project using: In My ViewController.m I remove the NavigationBar and StatusBar height size.
I defined a new method in the VCFloatingActionButton.h
and Here the implementation of the new Method in VCFloatingActionButton.m
|
I use the action buttons on a scrollview but when i click the plus button, all sub-buttons appear but they are translated upward. What might be causing this? Thanks!
The text was updated successfully, but these errors were encountered: