When developing an app or a library, it’s pretty common that at least once in the course of development, you’ll need to conditionalize compilation of your code. Maybe you’ll be accounting for a bug in the operating system where things that don’t work quite the same on your device as they do on the simulator. Or perhaps you’ll want to simply exclude code from your simulator builds because the simulator simply doesn’t have that functionality (like invoking the camera).
— Read on davedelong.com/blog/2018/07/25/conditional-compilation-in-swift-part-1/
Month: July 2018
Design Patterns – Podcast S08 E03
Joshua Greene and Jay Strawn, the authors of “Design Patterns by Tutorials”, join us to talk about different Design Patterns and SOLID.
— Read on www.raywenderlich.com/200518/design-patterns-podcast-s08-e03
In-App Purchase Tutorial: Getting Started
Learn how to grow app revenue in this in-app purchase tutorial by allowing users to purchase or unlock content or features.
— Read on www.raywenderlich.com/194869/in-app-purchase-tutorial-getting-started
WKWebView – NSHipster
iOS has a complicated relationship with the web. And it goes back to the very inception of the platform over a decade ago.
— Read on nshipster.com/wkwebview/
Weekend Apps – Connecting Developers and Technologists
Weekend Apps – Connecting Developers and Technologists
— Read on weekendapps.org/
a possible way to find beta testers…