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
| // | |
| // 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 |
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
| // | |
| // NSUserDefaultsExtension.swift | |
| // Settings | |
| // | |
| // Created by Rodolfo Antonici on 18/08/16. | |
| // Copyright © 2016 Rodolfo Antonici. All rights reserved. | |
| // | |
| import Foundation |
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
| // | |
| // 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 |
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
| // | |
| // 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 |
NewerOlder