You probably saw the announcement of the awards, but what does being in that list mean for actual revenue? There’s some really interesting numbers (both surprisingly low, and surprisingly high) to look through here.
It’s easy to forget that fastlane can automate much more than code signing and App Store releases. What about using it to release new versions of open source libraries you maintain to CocoaPods? Marcos Griselli shows us how.
It must have been the week to automate CocoaPod updates because Max Howell also wrote on the same subject a few days ago.
I think it’s safe to say that the “new” Xcode extensions have been a disappointment, mainly due to the restriction of only operating on one file at a time. That doesn’t stop people occasionally trying to do useful stuff with them though, like this comment spell checker from Velislava Yanchina. This’d be great if it could check a whole project. 🤓
This new snapshot testing library from Stephen Celis and Brandon Williams is really interesting. As you’d expect it can do image snapshots for your views and controls, but what if you just wanted to check that the view hierarchy was the same, without being pixel perfect about it? Actually, what if you wanted to snapshot anything. Looks great.
With often forgotten API features like layerClass
, maskView
and UITintAdjustmentMode
, this could easily have been an NSHipster article. It’s not though, it’s over at the iOS Dev Recipes site.
Static table views have been around for a long time. They’re really useful but they can’t be used as part of another view controller, can they? Of course they can. Axel Kee explains.
If your fancy new library is “Whatever Native”, and the front page of your website is all about how everything is just like if you had written it with the platform vendors recommended toolchain, then you have a moral responsibility to make that statement true in the ways that it matters most. One of those ways is accessibility.
It’s really easy to forget things like this when looking at something like React Native.
We knew to expect changes requiring the new notarization (sic) feature in Mojave, but I must admit they’re happening quicker than I expected. Also, this is worth a read from Jeff Johnson.
Creating tools that promote a calmer, more balanced, more fulfilling way to work and live.
My favourites were from Nick Lockwood, Evan Dekhayser and this absolute cracker from Graham Lee. 😂