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

Refactor code to remove and improve all the things #39

Merged
merged 29 commits into from
Sep 30, 2015

Conversation

zenangst
Copy link
Contributor

No description provided.

@@ -12,7 +12,7 @@ class BottomContainerView: UIView {

lazy var pickerButton: ButtonPicker = { [unowned self] in
let pickerButton = ButtonPicker()
pickerButton.setTitleColor(UIColor.whiteColor(), forState: .Normal)
pickerButton.setTitleColor(.whiteColor(), forState: .Normal)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

DOES THIS WORK? BECAUSE IT MADE ME A SUPER ERROR I DIDN'T KNOW HOW TO DEBUG!

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😄

@@ -186,12 +188,14 @@ public class ImageGalleryView: UIView {
let translation = gesture.translationInView(superview!)
let velocity = gesture.velocityInView(superview!)

if gesture.state == UIGestureRecognizerState.Began {
switch gesture.state {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice.

RamonGilabert added a commit that referenced this pull request Sep 30, 2015
Refactor code to remove and improve all the things
@RamonGilabert RamonGilabert merged commit 5a3e312 into master Sep 30, 2015
@RamonGilabert RamonGilabert deleted the improve/all-the-things branch September 30, 2015 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants