This file contains 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
// | |
// URL+Parameters.swift | |
// Created by Damien Laughton on 15/03/2017. | |
// | |
import Foundation | |
extension URL { | |
func value(for paramater: String) -> String? { |
This file contains 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
// | |
// UIBatteryGuageView.swift & Double+ExpressAsZeroToOnePercentage | |
// UIBatteryGuageView | |
// | |
// Created by Damien Laughton on 30/03/2017. | |
// No Rights resereved. | |
// | |
import UIKit | |
import Foundation |
This file contains 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
// | |
// UIAccessorizedTextField.swift | |
// AccessorizedTextField | |
// | |
// Created by Damien Laughton on 28/03/2018. | |
// 2018 Mobilology Limited. No rights reserved. | |
// | |
import Foundation | |
import UIKit |
This file contains 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
// | |
// UIKerningTextField.swift | |
// UIKerningTextField | |
// | |
// Created by Damien Laughton | |
// Copyright © 2018 Mobilology Limited. No rights reserved. | |
// | |
import UIKit |
This file contains 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
// | |
// BaseViewController.swift | |
// uitextfieldobscura | |
// | |
// Created by Damien Laughton on 19/05/2019. | |
// Copyright © 2019 Damien Laughton. All rights reserved. | |
// | |
import Foundation | |
import UIKit |