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

Added ability to customize grow color #13

Merged
merged 5 commits into from
Feb 16, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed a missing parentesis
  • Loading branch information
alupattelli committed Feb 15, 2016
commit 2b48ee5a02a830e7666f940a472e861a6e19366c
1 change: 1 addition & 0 deletions Pod/Classes/LiquidCircleEffect.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class LiquidCircleEffect : LiquidLoadEffect {
get {
return loader!.frame.width * 0.5
}
}

override func setupShape() -> [LiquittableCircle] {
return Array(0..<numberOfCircles).map { i in
Expand Down