-
Notifications
You must be signed in to change notification settings - Fork 468
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
Add ability to change individual icons #67
base: swift-2.0
Are you sure you want to change the base?
Conversation
change floatingActionButton => liquidFloatingActionButton
TODO: default color should be the default color of the button
I've also exposed LiquidtableCircle.color so that the user can set them |
I also forgot to update travis to use cocoapods 1.0.1 instead, my mistake |
Thank you for great contribution! |
Unfortunately I don't know how travis works (I've fixed everything up to actually running the tests themselves), but as far as I know it seems like it's failing at the testing stage. Apparently switching from |
I'm since fixed swift-3 support, though the build still seems to be failing |
I've added the ability to change icon colors so that they display smoothly, updated the podspec to completely support Cocoapods 1.0.1, and removed some build warnings that occured with XCode 7.
The only thing you'll want to check before the merge is the podspec's description and the installation instructions for the README, since it points to me rather than to you.
-Cheers!