Skip to content

Instantly share code, notes, and snippets.

View temoki's full-sized avatar
🐢

Tomoki Kobayashi temoki

🐢
View GitHub Profile
@temoki
temoki / holeView.swift
Created June 16, 2017 14:50
穴あきビュー
import UIKit
class HoleView: UIView {
override func awakeFromNib() {
super.awakeFromNib()
}
override func draw(_ rect: CGRect) {
super.draw(rect)