Skip to content

Instantly share code, notes, and snippets.

View RodolfoAntonici's full-sized avatar

Rodolfo Antonici RodolfoAntonici

  • WOM
  • Uberlândia - MG, Brazil
View GitHub Profile
//
// DateFormatTransform.swift
//
// Created by Rodolfo Antonici on 29/11/16.
// No copyright, just use it as it's.
// ObjectMapper version 2.2
//
// A simple class using the TransformType protocol of ObjectMapper to convert Date String into a NSDate object
import Foundation
@RodolfoAntonici
RodolfoAntonici / NSUserDefaultsExtension
Last active August 18, 2016 20:36
A simple NSUserDefaults extension to input default values from Settings Bundle
//
// NSUserDefaultsExtension.swift
// Settings
//
// Created by Rodolfo Antonici on 18/08/16.
// Copyright © 2016 Rodolfo Antonici. All rights reserved.
//
import Foundation
//
// EasyFont.swift
//
// Created by Rodolfo Antonici on 7/12/15.
// Copyright © 2015 Rodolfo Antonici. All rights reserved.
//
/* Basicaly a font class that wraps the fonts weights and translate it to an Enum with a printable value and complements it with and San Francisco font class*/
/* To download the SF fonts go to: https://developer.apple.com/fonts/ */
import UIKit
//
// Uber.swift
//
// Created by Kirby Shabaga on 9/9/14.
// Modified by Rodolfo Antonici on 14/6/15 at GetIn.
// Copyright (c) 2014 Worxly. All rights reserved.
//
//
import CoreLocation