-
Notifications
You must be signed in to change notification settings - Fork 678
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
Improvements/refactoring matching desings #18
Merged
vadymmarkov
merged 33 commits into
master
from
improvements/refactoring-matching-desings
Aug 28, 2015
Merged
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
e789169
Changed the main colors
RamonGilabert dd0618f
Refactored constraints
RamonGilabert 1b9c80d
Moves constraints and add class protocol
RamonGilabert 90d9781
Adds weak delegates everywhere
RamonGilabert c345ff8
Changes some variables
RamonGilabert c4f7c6c
Changes even more constants
RamonGilabert 8f9ce7b
Changed for a for loop
RamonGilabert 0338e90
Changed map for a for loop
RamonGilabert 77b8822
Adds another for loop of refactoring
RamonGilabert cbc20be
Dropped [unowned self]
RamonGilabert b51a54d
Adds a bunch of small fixes
RamonGilabert 1a637da
Adds a new class with all the autolayout
RamonGilabert be30e88
Adds a bit of configuration
RamonGilabert 1cb4e8d
Moving autolayout to an extension
RamonGilabert 36b8d95
Changed team to Hyper and changed order of things
RamonGilabert 28e9cd4
Using constraints now for the camera preview
RamonGilabert fa0d99e
Changing constraints
RamonGilabert fdab95f
Add the correct shadow
RamonGilabert 33a8c0f
Changing colors here and there
RamonGilabert 79b81ec
Refactored the pan gesture did change method
RamonGilabert 03b3b6e
Adds always the same offset
RamonGilabert 7e6df3c
Finish pan refactoring
RamonGilabert 0bc8a66
Changes constants and adds a new one
RamonGilabert 413e48a
Smalls refactor
RamonGilabert ef2ee2d
More refactor
RamonGilabert 6a86846
Moving constraints away
RamonGilabert 24bd175
Change name of the file
RamonGilabert f915768
Delete space
RamonGilabert 0356bb8
Adds the last animation check
RamonGilabert b7d0af2
Improves animation when expanding the gallery view
RamonGilabert 0907e77
Renames the file again
RamonGilabert 55d0c2b
Deletes the @objc optional protocols
RamonGilabert 7e2394c
Adds unowned self
RamonGilabert File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmmm. This needs to be checked.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a notification name, not a method. The name of the notification is imageDidPush, not imageDidPush:.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, I did few tests to check that it works correctly. Seems that I've just copied selector.