Skip to content
This repository has been archived by the owner on Jul 16, 2019. It is now read-only.

Support synced albums #68

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

joeykang
Copy link

This commit contains a fix for #34 where synced albums does not show up for the album list.

Need to add localized string to appropriate .strings for languages other than English.

sfrdx and others added 7 commits July 20, 2016 13:38
edgesForExtendedLayout was forcing the table/collection view to be lower than the navigation bar preventing transparency from ever working, and the background image / shadow image navigation bar code was creating an issue when the edge layout was removed you could see the content on top of the status bar.
added the backgroundColor for the toolbar and the barTintColor for the navigation bar, since backgroundColor and barTintColor behave slightly differently for how the color of the bar is affected
The apple default is nil and the transparency can be seen much better. The white tint / background actually affects how much the transparency can show through.
…round

The current clear color creates an issue where the text is seen on top of the image collection with no seperation. It would be better to at least match the picker color background so the headers are legible as you scroll.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants