Giter Club home page Giter Club logo

vcfloatingactionbutton's People

Contributors

alessiocampanelli avatar bastire avatar giridharvc7 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

vcfloatingactionbutton's Issues

Not Working for iOS 7.x version

The controller is not compatible with iOS 7.x version. Here, I have attached 2 images. 1.) Application tarts (Taken from iPhone 4s simulator - iOS 7.1), 2.) When Tap on "+" button. It disappears the view completely for iOS 7.x. In iOS 8.x version, it works fine, even after removing UIVisualEffectView.

1
2

Cannot integrate to Swift app

I dragged the folder with all the classes and Nib file into my project, imported the header file and I still cannot get it to work on my swift file. =/

App crashes when hideWhileScrolling set to false

Apart from the fact that I somehow can't get the button to display in my swift app, everything crashes (also in your example app) when hideWhileScrolling is set to false or NO.
I think that's because you're trying to remove an observer that's not even there. I'll create a pull request with an updated setHideWhileScrolling method.

navbar translucency = false making the button disappear

awesome job, using it in my app .. but just found something. will making the navigation bar's translucent property to false screw something up with the alignment?

Right now, the button shows correctly with translucent = true (by default) but not visible when it's false

P.S. I'm not using auto layout. Just tableview that takes up view.frame and
let floatFrame = CGRectMake(UIScreen.mainScreen().bounds.size.width-44-22, UIScreen.mainScreen().bounds.size.height-44-22, 40, 44)

Swift doesn't show nothing after tap the floating Action button

this is my code

let floatFrame = CGRectMake(UIScreen.mainScreen().bounds.size.width - 44 - 20, UIScreen.mainScreen().bounds.size.height - 44 - 20, 44, 44);

let buttonFV: VCFloatingActionButton = VCFloatingActionButton(frame: floatFrame, normalImage: UIImage(named: "plus.png"), andPressedImage: UIImage(named: "cross.png"), withScrollview: self.socialTable)

buttonFV.imageArray = ["fb-icon.png","fb-icon.png","fb-icon.png"]

buttonFV.delegate = self
buttonFV.hideWhileScrolling = true

self.view.addSubview(buttonFV)

Does not support Landscape view

Works perfectly in portrait mode. When I rotate to landscape, the plus button disappears.
Also, when I tap on plus button in portrait mode, the menu appears. Now when I rotate to landscape view, the entire view gets disturbed. Check image.

How can this be fixed?
screen shot 2015-07-24 at 12 55 14 pm
screen shot 2015-07-24 at 12 55 06 pm

UIVisualEffectView error?

When I click the button to dismiss menu, it showed a message:

<UIVisualEffectView 0x15ed6de60> is being asked to animate its opacity. This will cause the effect to appear broken until opacity returns to 1.

Is it a bug? Or is it just intended to be implemented like that?

Odd behaviour

Hi,
First and foremost excellent component, but i have been witnessing some strange behaviour, but not able to simulate it, at times when i tap on the + button it disappears and nothing appears on screen, no tableview, no blur background, it just disappears and only the parent view on which it has been sub-viewed is visible. But if i rebuild the source by cleaning and building, at time it fixes it self. Not sure i can put my finger on the issue. Any help would be greatly appreciated.

Cocoapods please!

I'd be cool to also add Cocoapods support. I done this implementation myself last week for my library. Just follow this post and this checklist.
Lemme know if you need any help! ๐Ÿ˜„

Linker error

I am getting these two error in my project after importing VCFloatingActionButton
1.
Undefined symbols for architecture x86_64:
"OBJC_CLASS$_VCFloatingActionButton", referenced from:
objc-class-ref in CreateServiceWizardViewController.o
ld: symbol(s) not found for architecture x86_64
2.
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Action to floating button

Hi. Is it posible to add action to the floating button it self ? (the "+" button) to call another viewcontroller ? Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.