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

Bug fixes, Carthage support enabled, New animation style added #108

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
LiquidFloatingCell new initialization method added
Sandeep Aggarwal authored and Sandeep Aggarwal committed Jul 21, 2017
commit 4cfd94ec519f56f1f10bd795ef681445a9adca89
6 changes: 6 additions & 0 deletions Pod/Classes/LiquidFloatingActionButton.swift
Original file line number Diff line number Diff line change
@@ -483,6 +483,12 @@ open class LiquidFloatingCell : LiquittableCircle {
super.init()
setup(icon)
}

public init(icon: UIImage , tintColor: UIColor) {
self.originalColor = UIColor.clear
super.init()
setup(icon, tintColor: tintColor)
}

required public init?(coder aDecoder: NSCoder) {
fatalError("init(coder:) has not been implemented")