Skip to content
This repository has been archived by the owner on Oct 15, 2018. It is now read-only.

Commit

Permalink
Fix FluiView
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamazz committed Jul 14, 2015
1 parent bd6df37 commit a57f2bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Gulps/ViewControllers/DrinkViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ public class DrinkViewController: UIViewController, UIAlertViewDelegate, UIViewC
}

NSNotificationCenter.defaultCenter().addObserver(self, selector: "updateUI", name: UIApplicationDidBecomeActiveNotification, object: nil)
NSNotificationCenter.defaultCenter().addObserver(progressMeter, selector: "stopAnimation", name: UIApplicationWillResignActiveNotification, object: nil)
}

public override func viewDidLayoutSubviews() {
Expand Down Expand Up @@ -84,7 +83,6 @@ public class DrinkViewController: UIViewController, UIAlertViewDelegate, UIViewC
let percentage = self.entryHandler.currentEntry().percentage
percentageLabel.countFromCurrentValueTo(Float(round(percentage)))
progressMeter.fillTo(CGFloat(percentage / 100.0))
progressMeter.startAnimation()
}

override public func prepareForSegue(segue: UIStoryboardSegue, sender: AnyObject?) {
Expand Down
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def common_pods
pod 'AMPopTip', '~> 0.7'
pod 'UICountingLabel', '~> 1.2'
pod 'JTCalendar', git: 'https://github.com/andreamazz/JTCalendar', branch: 'develop'
pod 'BAFluidView', git: 'https://github.com/andreamazz/BAFluidView', branch: 'fix-background-glitch'
pod 'BAFluidView', git: 'https://github.com/antiguab/BAFluidView', branch: 'bug_15_fix'
pod 'BubbleTransition'
# pod 'BEMSimpleLineGraph'
end
Expand Down

0 comments on commit a57f2bb

Please sign in to comment.