Safely supporting new versions of Swift
Mar 4, 2019, 8:48 PM
Over the past two years, I’ve been lucky enough to have lead a few Swift version updates at work. Because Swift has changed dramatically over the past few years new versions have resulted in a lot of churn, so I’ve tried three different...
Objective-C Methods and Protocol Extensions
Aug 4, 2017, 12:36 AM
If you’ve seen the following error message with Xcode 9 and Swift 3.2/4.0, then I’ve got a fix for you:UIKit.UIView:18:14: error: unavailable var 'hidden' was used to satisfy a requirement of protocol 'Viewable'open var...
If you haven’t already, you should take a look at Buck or Bazel for super fast builds in a monorepo.
Apr 7, 2017, 7:21 PM
If you haven’t already, you should take a look at Buck or Bazel for super fast builds in a monorepo. We use Buck on iOS and Android at Uber and it’s brought us great success:https://eng.uber.com/ios-monorepo/https://vimeo.com/208053716