Safe obfuscation of sensitive data

We are using https://github.com/UrbanApps/UAObfuscatedString to obfuscate sensitive api keys in source code. But keep it readable and testable.

NSString awsPoolId =…

Check if UIImage exists in assets in compile time

Few month ago k06a and I created nice script and forgot to share it with community. Here’s how it works:


Puppy Watchdog

Hey Apple-platform developers! Recently we in Machine Learning Works discovered an interesting library Watchdog and have been using it for awhile under DEBUG scheme to detect the main thread issues. It just checks that the main thread is able to process simple tasks quickly enough, otherwise it shows…


Missing Anchors

Hey iOS/macOS/watchOS/tvOS developers! I wanna tell you about one simple but interesting code formatting trick we use in Machine Learning Works to describe autolayout constraints.

I was really impressed when I met Apple NSLayoutAnchor API for the first time, which was…