Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

Commit

Permalink
Tweaks header details optimised for GH's
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignacio Romero Zurbuchen committed Jan 2, 2017
1 parent afbc9fa commit 515dda9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ let frame = CGRect(x: 0, y: 0, width: 1900, height: 350)

let config = IconicHeaderConfig(columns: 36,
angle: -12.0,
foregroundColor: UIColor(red: 237/255, green: 85/255, blue: 96/255, alpha: 0.8),
foregroundColor: UIColor(red: 237/255, green: 85/255, blue: 96/255, alpha: 0.5),
backgroundColor: UIColor(red: 217/255, green: 78/255, blue: 90/255, alpha: 1),
titleColor: .white,
subtitleColor: .white,
titleFont: .monospacedDigitSystemFont(ofSize: 130, weight: 0.2),
titleFont: .boldSystemFont(ofSize: 150),
subtitleFont: .systemFont(ofSize: 50),
title: String(describing: Iconic.self),
subtitle: "Render vector icons, natively.")
Expand Down
7 changes: 1 addition & 6 deletions Samples/Playground.playground/contents.xcplayground
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<playground version='6.0' target-platform='ios' display-mode='raw' timelineScrubberEnabled='true' last-migration='0800'>
<pages>
<page name='Icons with padding'/>
<page name='Iconic header design'/>
</pages>
</playground>
<playground version='6.0' target-platform='ios' display-mode='raw' timelineScrubberEnabled='true' last-migration='0800'/>
Binary file modified Screenshots/Source/screenshot_iconic_header.psd
Binary file not shown.
Binary file modified Screenshots/screenshot_iconic_header.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 515dda9

Please sign in to comment.