-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathConfig.swift
More file actions
32 lines (28 loc) · 939 Bytes
/
Config.swift
File metadata and controls
32 lines (28 loc) · 939 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
//
// Config.swift
// Instagram
//
// Created by Vincent Moore on 5/31/16.
// Copyright © 2016 Vincent Moore. All rights reserved.
//
import Foundation
import UIKit
let IMAGE_LOGO_NAME = "logo"
let IMAGE_MORE_NAME = "more"
let IMAGE_COMMENT_NAME = "comment"
let IMAGE_REPLY_NAME = "share"
let IMAGE_ACTIVITY_NAME = "activity"
let IMAGE_ACTIVITY_FILLED_NAME = "activity-filled"
let IMAGE_HOME_NAME = "home"
let IMAGE_HOME_FILLED_NAME = "home-filled"
let IMAGE_MAIL_NAME = "mail"
let TITLE_DIRECT_MESSAGING = "DM"
let TITLE_LIKE = "Like"
let TITLE_COMMENT = "Comment"
let TITLE_REPLY = "Reply"
let COLOR_TEXT = UIColor.darkText
let COLOR_TEXT_HIGHLIGHT = UIColor(red: 0, green: 53 / 255, blue: 105 / 255, alpha: 1.0)
let COLOR_TEXT_ACCENT = UIColor.lightGray
let COLOR_USER_HEADER_BORDER = UIColor(red: 199 / 255, green: 199 / 255, blue: 204 / 255, alpha: 0.8)
let COLOR_BACKGROUND = UIColor.white
let COLOR_TINT = UIColor.darkText