-
Notifications
You must be signed in to change notification settings - Fork 103
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
Swift 2.0 Version #17
Comments
Has anyone written the Swift 2.0 version of this cool library? |
Not yet, to my knowledge. I keep thinking there must be a much better way to write this library to make it a lot more universal, for instance as a UIVisualEffectView or something else. Along with the upcoming release of Swift 3.0 and my work schedule, I am finding it harder and harder to justify rewriting this control in Swift 2.0 (admittedly something that I should have done a long time ago). If you feel up to the task, you are more than welcome to contribute :) |
Im currently using this lib in swift 2.0 project using a bridging header file. |
I plan on writing a swift 3.0 version but in the long run I'm hoping that we will get a more flexible and usable UIVisualEffectView so that I can just make the shadows and tap ripples an extension of UIVisualEffectView. That way you could slap it onto anything without needing specialized classes like BFPaperTabBar, BFPaperButton, BFPaperView, etc. |
Glad to hear you are planning on writing a Swift 3.0 version. Meanwhile, I would recommend you to update the readme of the project to include Swift 2.0+ instructions since it works perfectly through Bridging header and there's a chance people will keep asking |
I confirm it works very well with project using |
A Swift 2.0 version of this would be amazing!
The text was updated successfully, but these errors were encountered: