// AIBar.swift
// Time BETA
//
// Created by Shaan Singh on 1/29/16.
// Copyright © 2016 Blue Cocoa, Inc. All rights reserved.
//
import UIKit
class AIBar: UIWindow {
static let sharedInstance: AIBar = AIBar()
var aiBar: UIView?
let screenSize: CGRect = UIScreen.mainScreen().bounds
var profileImage: UIImageView!
var realName: UILabel!
var userName: UILabel!
var timeStamp: UILabel!
var waveDescription: UILabel!
override func awakeFromNib() {
self.addAIBar()
}
override init(frame: CGRect) {
super.init(frame: frame)
self.addAIBar()
}
required init?(coder aDecoder: NSCoder) {
fatalError("init(coder:) has not been implemented")
}
func addAIBar() {
let aiBar = UIView(frame: CGRectMake(0, screenSize.height - 140, screenSize.width, 140))
// ---- Begin Styles ----
aiBar.backgroundColor = UIColor(red: 0.000, green: 0.459, blue: 0.729, alpha: 1.00)
let layer = aiBar.layer
layer.shadowColor = UIColor(red: 0.388, green: 0.525, blue: 0.529, alpha: 1.00).CGColor
layer.shadowOffset = CGSize(width: 0, height: -2)
layer.shadowOpacity = 0.70
layer.shadowRadius = 5
// ---- End Styles ----
self.addSubview(aiBar)
self.aiBar = aiBar
}
is the future of technology. It will yield a seamless collaboration between real and digital – a frictionless technological experience.
Let's explore that potential. Let's drive AI forward.
This is no ordinary todo list. This is a blazingly intuitive tool for achieving maximum productivity. This is an artificially intelligent system for managing your day.
(This page intentionally left blank.)
Your business is not some random entity. It's you. It's your hard work. It's your sleepless nights. We will help you take your business where you want it to go next.
MTC is a well-respected local art studio. We helped them translate their brand to a digital canvas with a new ecommerce platform and website.
We helped an up and coming conference establish a thriving and reputable web presence.