Swift is a language that encourages the use of protocols: thanks to protocol extensions and protocol extension default implementation is possible to easily extend complex architectures, but how to test them?
Time
Time, it’s never enough. We have to constantly decide how to use it, in an eternal game to balance every aspect of our life.
Application changed after Apple review
Apple started to send messages to the Developers whose application can change after their review. The breached rule is the App Store Review Guideline 2.5.2 and seems to be related to all applications that use Rollout.
How to stop iOS Simulator crazy logs
Probably, if you use Xcode 8, you have mine same problem with iOS Simulator: it logs everything, it is insane!
Synx, keep Xcode folder structure organized
Xcode is a tool that doesn’t force developers to have any particular folder structure: everything can be managed using groups, virtual folders that lives in your .xcodeproj file.
This give you a lot of freedom but on the long period it can create some problems: how to refactor the folder structure quickly?