1
1
mirror of https://github.com/danbee/persephone synced 2025-03-04 08:39:11 +00:00

Improve display of blank albums

* Add dark and light blank album image variants
* Use CALayer to draw rounded corners and a tinted border on each album
  cover
This commit is contained in:
Daniel Barber 2019-02-12 22:08:57 -05:00
parent 99f54a48ff
commit 93d223b13d
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8
3 changed files with 13 additions and 1 deletions

View File

@ -15,11 +15,21 @@
},
{
"idiom" : "universal",
"filename" : "blankAlbum.pdf"
"filename" : "blankAlbumDark.pdf",
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
]
}
],
"info" : {
"version" : 1,
"author" : "xcode"
},
"properties" : {
"template-rendering-intent" : "original",
"preserves-vector-representation" : true
}
}

View File

@ -9,7 +9,9 @@
<customObject id="-2" userLabel="File's Owner" customClass="AlbumItem" customModule="Persephone" customModuleProvider="target">
<connections>
<outlet property="albumArtist" destination="5Uu-j1-qyT" id="2Et-tX-InT"/>
<outlet property="albumCoverView" destination="Kfb-8f-ean" id="ZAL-jD-lHj"/>
<outlet property="albumTitle" destination="KEh-NL-c2W" id="SI3-hm-H2B"/>
<outlet property="imageView" destination="Kfb-8f-ean" id="Ur0-hX-wJm"/>
<outlet property="view" destination="Hz6-mo-xeY" id="v7W-XA-Emc"/>
</connections>
</customObject>