Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 696 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 696 Bytes

Reactive Extensions talk

This talk was given at FAIRTIQ and Liip.

It is split in 3 parts: slides to give an overview, a sample of the traditional approach to code UI and the same sample using RxSwift.

  • Slides can be found under the slides folder.
    • They are written in Mardown and are generated with Marp.
  • The traditional way of binding UI is in the traditional branch
  • The reactive way ot binding UI is in the rxswift branch
    • Run pod install first, then open RxSwiftTalk.xcworkspace

For each step of the samples, there are simple commits and tags helping navigate step by step.