Skip to content

Instantly share code, notes, and snippets.

View Zedd0202's full-sized avatar
🌎

Zedd0202

🌎
View GitHub Profile
@staltz
staltz / introrx.md
Last active July 27, 2024 04:59
The introduction to Reactive Programming you've been missing
//
// ViewController.swift
// PullDownSample
//
// Created by Dinesh Kumar on 15/08/16.
// Copyright © 2016 Organization. All rights reserved.
//
import UIKit
@lattner
lattner / TaskConcurrencyManifesto.md
Last active July 28, 2024 13:56
Swift Concurrency Manifesto
// Created by 이광용 on 2018. 7. 3..
// Copyright © 2018년 이광용. All rights reserved.
//
import UIKit
typealias KeyboardInfo = (CGRect, TimeInterval)->()
protocol KeyboardControlDelegate: class {
func setKyeboardControl(willShow: KeyboardInfo?, willHide: KeyboardInfo?)
func removeKeyboardControl()