Skip to content

Instantly share code, notes, and snippets.

View unnnyong's full-sized avatar
๐Ÿฃ

Eunyeong Young Kim unnnyong

๐Ÿฃ
  • Apple Developer Academy @ POSTECH
  • Pohang, Republic of korea
  • 20:17 (UTC +09:00)
  • X @unnnyong
View GitHub Profile

์ผ๋ณธ์–ด ๋ธ”๋กœ๊ทธ ์•„ํ‹ฐํด์˜ @young์˜ ๋ฒˆ์—ญ๊ธ€ ์ž…๋‹ˆ๋‹ค. ์˜์—ญ์ด ํฌํ•จ๋˜์–ด ์žˆ์Šต๋‹ˆ๋‹ค.


"SwiftUI์—์„œ MVVM ์‚ฌ์šฉ์„ ๋ฉˆ์ถ”์ž"๋ผ๊ณ  ์ƒ๊ฐ์ด ๋“ค์—ˆ๋˜ ์ด์œ 

์„ ์–ธ์ ์ธ UI์—์„œ, MVVM์ด ๋ถˆํ•„์š”ํ•œ ์ด์œ ๋Š”?

@unnnyong
unnnyong / Sample.swift
Last active May 30, 2020 12:47
Example: RxSwift + RxCocoa
//
// ViewController.swift
// RxSwiftExample
//
// Created by Eunyeong Kim on 2020/05/27.
// Copyright ยฉ 2020 Eunyeong Kim. All rights reserved.
//
import UIKit
import RxSwift
//
// ViewController.swift
// RxSwiftExample
//
// Created by Eunyeong Kim on 2020/05/27.
// Copyright ยฉ 2020 Eunyeong Kim. All rights reserved.
//
import UIKit
import RxSwift