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
  • 00:21 (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