Skip to content

Instantly share code, notes, and snippets.

View pvroosendaal's full-sized avatar

Paul van Roosendaal pvroosendaal

View GitHub Profile
@pvroosendaal
pvroosendaal / DrawLines.swift
Last active March 31, 2019 22:27
Draw dynamic line path - sample
//: A UIKit based Playground for presenting user interface
import UIKit
import PlaygroundSupport
class CustomButton: UIButton {
var key: String?
convenience init(key: String, point: CGPoint) {
self.init(type: .custom)
@pvroosendaal
pvroosendaal / UIColor+Extensions.swift
Last active March 31, 2020 11:28
UIColor extension to work with hex strings (Swift 4)
//
// UIColor+Extensions.swift
// Roadmap
//
// Created by Paul van Roosendaal on 19/06/2018.
// Copyright © 2018 Roadmap. All rights reserved.
//
// Origin: https://gist.github.com/yannickl/16f0ed38f0698d9a8ae7