Migrating Yoyo Wallet to Swift 3
A few days ago I came across this article by Yammer Engineering describing their process of migrating their codebase to Swift 3.
Read more »You can nest property wrapers in Swift, but it’s difficult. NSHipster has a great article about all things property wrappers, and the summary of trying to compose them (which others have echoed) is that it’s hard and prone to compiler errors… Read more