Skip to content

Instantly share code, notes, and snippets.

View JoshuaKaden's full-sized avatar

Joshua Kaden JoshuaKaden

  • Chadford Software
  • New York City, USA
View GitHub Profile
@JoshuaKaden
JoshuaKaden / gotham-edifice-privacy-policy.txt
Last active August 4, 2019 18:49
gotham-edifice-privacy-policy.txt
Privacy Policy
Joshua Kaden built the Gotham Edifice app as a Free app. This SERVICE is provided by Joshua Kaden at no cost and is intended for use as is.
This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service.
If you choose to use my Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that I collect is used for providing and improving the Service. I will not use or share your information with anyone except as described in this Privacy Policy.
The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which is accessible at Gotham Edifice unless otherwise defined in this Privacy Policy.
@JoshuaKaden
JoshuaKaden / UIViewController+Parenting.swift
Created May 23, 2019 15:29
Extension for convenient UIViewController parenting
//
// UIViewController+Parenting.swift
//
// Created by Kaden, Joshua on 5/23/19.
//
import UIKit
extension UIViewController {
@JoshuaKaden
JoshuaKaden / seventh-tradition-privacy-policy
Created October 14, 2018 21:45
7th Tradition privacy policy
Privacy Policy
Joshua Kaden built the 7th Tradition app as a Free app. This SERVICE is provided by Joshua Kaden at no cost and is intended for use as is.
This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service.
If you choose to use my Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that I collect is used for providing and improving the Service. I will not use or share your information with anyone except as described in this Privacy Policy.
The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which is accessible at 7th Tradition unless otherwise defined in this Privacy Policy.
@JoshuaKaden
JoshuaKaden / MKMapView+Tap.swift
Last active August 1, 2018 19:42
MapView extension that passes the lat/long of any tap to the delegate
import MapKit
extension MKMapView {
open override func touchesEnded(_ touches: Set<UITouch>, with event: UIEvent?) {
super.touchesEnded(touches, with: event)
if let touch = touches.first {
if touch.tapCount == 1 {
let touchLocation = touch.location(in: self)
let coordinate = convert(touchLocation, toCoordinateFrom: self)

Keybase proof

I hereby claim:

  • I am joshuakaden on github.
  • I am washtonprest (https://keybase.io/washtonprest) on keybase.
  • I have a public key ASBZeULt31hIa_UpS3EW0PgNfw3YRqpA1ekXq7oKuXSI1Ao

To claim this, I am signing this object: