Skip to content

Instantly share code, notes, and snippets.

View damienlaughton's full-sized avatar

Damien Laughton damienlaughton

View GitHub Profile
@damienlaughton
damienlaughton / BaseViewController
Created May 19, 2019 15:06
Part of the UITextfield Obscura medium post
//
// BaseViewController.swift
// uitextfieldobscura
//
// Created by Damien Laughton on 19/05/2019.
// Copyright © 2019 Damien Laughton. All rights reserved.
//
import Foundation
import UIKit
//
// UIKerningTextField.swift
// UIKerningTextField
//
// Created by Damien Laughton
// Copyright © 2018 Mobilology Limited. No rights reserved.
//
import UIKit
@damienlaughton
damienlaughton / UIAccessorizedTextField.swift
Created March 28, 2018 15:16
UIAccessorizedTextField is an iOS friendly alternative to the drop down list
//
// UIAccessorizedTextField.swift
// AccessorizedTextField
//
// Created by Damien Laughton on 28/03/2018.
// 2018 Mobilology Limited. No rights reserved.
//
import Foundation
import UIKit
//
// UIBatteryGuageView.swift & Double+ExpressAsZeroToOnePercentage
// UIBatteryGuageView
//
// Created by Damien Laughton on 30/03/2017.
// No Rights resereved.
//
import UIKit
import Foundation
@damienlaughton
damienlaughton / URL+Parameters.swift
Created March 15, 2017 16:33
parse a URL for a specific parameter value
//
// URL+Parameters.swift
// Created by Damien Laughton on 15/03/2017.
//
import Foundation
extension URL {
func value(for paramater: String) -> String? {