These are the slides of the talk I gave at Swift Toulouse Meetup. I explore (almost) 8 ways to use RxSwift. From the very basics like networking and binding to more personal tips or examples of my own.
display an auto-fill button. When I tap on the button, fetch device location, then I reverse geocode location coordinate to an address which I use to fill the textview.
Analytics.track(.feedWillDisappear) if let date = didAppearDate { let duration = abs(date.timeIntervalSinceNow) Analytics.track(.feedAppearanceDuration, value: duration) } }