Skip to content

Instantly share code, notes, and snippets.

View Zeta611's full-sized avatar
🎯
Focusing

Jay Lee Zeta611

🎯
Focusing
View GitHub Profile
@Zeta611
Zeta611 / String+disjointedHangul.swift
Last active July 11, 2022 12:45
[String+disjointedHangul] Extends `disjointedHangul` method to `String` #extension #iOS
//
// String+disjointedHangul.swift
//
// Created by Jay Lee on 08/03/2019.
// Copyright © 2019 Jay Lee <[email protected]>
// This work is free. You can redistribute it and/or modify it under the
// terms of the Do What The Fuck You Want To Public License, Version 2,
// as published by Sam Hocevar. See http://www.wtfpl.net/ for more details.
//
@Zeta611
Zeta611 / CGPoint+offsetBy.swift
Last active January 18, 2021 13:36
[CGPoint+offsetBy] Extends `offsetBy` method to `CGPoint`. #extension #iOS
//
// CGPoint+offsetBy.swift
//
// Created by Jay Lee on 29/01/2019.
// Copyright © 2019 Jay Lee <[email protected]>
// This work is free. You can redistribute it and/or modify it under the
// terms of the Do What The Fuck You Want To Public License, Version 2,
// as published by Sam Hocevar. See http://www.wtfpl.net/ for more details.
//