Skip to content

Instantly share code, notes, and snippets.

View kaishin-r's full-sized avatar
🎯
Focusing

Kaishin R. kaishin-r

🎯
Focusing
  • Tokyo, Japan
  • 01:47 (UTC +09:00)
View GitHub Profile
@kaishin-r
kaishin-r / MNGExpandedTouchAreaButton.swift
Last active January 27, 2023 16:18 — forked from mingsai/MNGExpandedTouchAreaButton.swift
A Swift UIButton subclass to expand the touch area of the button.
//
// MNGExpandedTouchAreaButton.swift
//
//
// Created by Tommie Carter on 7/7/15.
// Copyright © 2015 MING Technology. All rights reserved.
//
import UIKit
@kaishin-r
kaishin-r / GPG-Tower
Created January 10, 2019 07:47 — forked from LeonardoCardoso/GPG-Tower
How to setup Tower to use the GPG Suite
# GPG on Tower
@kaishin-r
kaishin-r / ModelManager.swift
Created May 3, 2016 14:51 — forked from cshimy/ModelManager.swift
Model Manager with Core Data and iCloud Support
//
// ModelManager.swift
// AppName
// Remember to add the iCloud entitlement under the project capabilities
//
import Foundation
import CoreData
let kCoreDataUpdated: String = "coreDataUpdated"