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

Photo Albums Layout #9

Merged
merged 7 commits into from
Jul 17, 2017
Merged

Photo Albums Layout #9

merged 7 commits into from
Jul 17, 2017

Conversation

bcylin
Copy link
Collaborator

@bcylin bcylin commented Jul 11, 2017

  • Fix the shadow of navigation bar when photo albums are displayed
  • Fix the gap between the navigation bar and photo albums after device rotation

@carouselljenkins
Copy link

@burnflare, can you review this pull request?

@carouselljenkins
Copy link

carouselljenkins commented Jul 11, 2017

✅ Congrats.
Please update CHANGELOG.md.
1 Warning
⚠️ Big PR

Generated by 🚫 Danger

.travis.yml Outdated
@@ -7,6 +7,9 @@ cache:
directories:
- vendor/bundle
- Example/Pods/SwiftLint
before_install:
- xcrun instruments -s devices
- xcrun instruments -w "iPhone SE (10.3.1) [" || true

Choose a reason for hiding this comment

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


private lazy var shadawLayer: CALayer = {
let layer = CALayer()
layer.borderColor = UIColor.Palette.magnesium.cgColor

Choose a reason for hiding this comment

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

Should these colours be abstracted out to a theming engine of some sort since this is going to be OSS and people might want to change colors?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Good idea, although it's just for the 1px fake shadow below the navigation bar when the album list is presented.

@bcylin bcylin force-pushed the feature/photo-albums-layout branch from 95cb7fa to 48f90fb Compare July 17, 2017 03:10
@bcylin bcylin merged commit c37e53b into master Jul 17, 2017
@bcylin bcylin deleted the feature/photo-albums-layout branch July 17, 2017 03:21
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.

3 participants