This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// UITextViewExtensions.swift | |
// | |
// Created by Cyan on 2018. 9. 14.. | |
// Copyright © 2018 Cyan. All rights reserved. | |
// | |
import Foundation | |
import UIKit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// Logger.swift | |
// | |
// Created by Cyan on 2018. 9. 14.. | |
// Copyright © 2018 Cyan. All rights reserved. | |
// | |
import Foundation | |
import UIKit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
NotificationBar presents status of app's internal workflow visually. | |
In case of server disconnection... or receiving a new message... etc | |
*/ | |
class NotificationBar: UIView{ | |
private let messageLabel: UILabel = UILabel() | |
// You can change the mark as you wish, If it can be presented by Unicode text. |