This file contains hidden or 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
// | |
// WaveformView.m | |
// | |
// Created by Edward Majcher on 7/17/14. | |
// | |
#import "WaveformView.h" | |
//Gain applied to incoming samples | |
static CGFloat kGain = 10.; |
This file contains hidden or 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
// | |
// KeyboardHandler.swift | |
// | |
// Helper protocol and extension to consolidate keyboard notification handling for | |
// UIViewControllers. | |
// | |
// Created by Edward Majcher on 6/21/16. | |
// | |
import UIKit |
This file contains hidden or 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
// | |
// UIColor+Hex.swift | |
// | |
// Created by Edward Majcher on 6/27/16. | |
// | |
// | |
import Foundation | |
extension UIColor { |