Skip to content

Instantly share code, notes, and snippets.

View jaouahbi's full-sized avatar
🎯
Enjoying

Jorge Ouahbi jaouahbi

🎯
Enjoying
  • Madrid (Spain)
View GitHub Profile
import UIKit
// from https://github.com/CaptainRedmuff/UIColor-Crayola
extension UIColor
{
public class var crayolaAbsoluteZeroColor:UIColor
{
//
// AudioTableMeter.swift
//
// Created by Jorge Ouahbi on 20/11/16.
// Copyright © 2016 Jorge Ouahbi. All rights reserved.
//
// Abstract: Class for handling conversion from linear scale to dB
import Foundation
//
// UIBezierPath+Polygon.swift
//
// Created by Jorge Ouahbi on 12/9/16.
// Copyright © 2016 Jorge Ouahbi. All rights reserved.
//
// Based on Erica Sadun code
// https://gist.github.com/erica/c54826fd3411d6db053bfdfe1f64ab54
//
// Compatibility.swift
//
// Created by Jorge Ouahbi on 12/9/16.
// Copyright © 2016 Jorge Ouahbi. All rights reserved.
//
// Based on Erica Sadun code
// https://gist.github.com/erica/c54826fd3411d6db053bfdfe1f64ab54
//
// NSDictionary+Keychain.h
//
// Created by Jorge Ouahbi on 10/2/17.
// Copyright © 2017 Jorge Ouahbi. All rights reserved.
//
#import <UIKit/UIKit.h>
//
// UIViewController+UIAlertController.h
//
// Created by Jorge Ouahbi on 5/1/17.
// Copyright © 2017 JorgeOuahbi. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface UIViewController(UIAlertController)
//
// NSObject+JSON.m
//
//
// Created by Jorge Ouahbi on 05/06/17.
// Copyright © 2017 Jorge Ouahbi. All rights reserved.
//
#import <Foundation/Foundation.h>
//
// NSDictionary+QueryString.h
//
//
// Created by Jorge Ouahbi on 05/06/17.
// Copyright © 2016 Jorge Ouahbi. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface NSDictionary (QueryString)
//
// OMBaseServices.m.h
//
//
// Created by Jorge Ouahbi on 27/9/17.
// Copyright © 2017 Jorge Ouahbi. All rights reserved.
//
#import <Foundation/Foundation.h>
#import <TargetConditionals.h>
#if TARGET_OS_IPHONE
#import <Foundation/Foundation.h>
#endif
typedef enum GradientPosition {
vertical,
horizontal,
diagonal