How To Have Multiple Icons?
Jun 29, 2019, 8:00 PM
There are multiple ways to make your application feel more personal to your users or even reward the most loyal ones. However, there aren’t many as simple as having multiple application icons available and, in this post, you’ll learn how...
How To Display Your Dependencies?
Jun 18, 2019, 8:00 PM
Ever wanted to show your users which dependencies your application has? I needed this for an application I’ll launch soon and, in this post, you’ll learn how you can achieve it.
How To Be Lazy In Extensions?
Mar 28, 2019, 8:00 PM
How to extend an object with a lazy property? Recently, I needed this for Constrictor and, in this post, you’ll learn how you can achieve it.
Let’s Talk About Double Standards
Jan 7, 2019, 7:00 PM
Have you ever found yourself surrounded in a codebase where code guidelines seem to be ignored in its tests? It’s time to talk about this with José Figueiredo, Paul Hudson, Rodrigo López-Romero and Tiago Martinho.
Saving Your Screen
Dec 3, 2018, 7:00 PM
Building your own screen saver in Swift can be a tricky task since the template provided by Xcode wasn’t designed for it. Still, it’s far from being impossible.
Power-Up Your Anchors
Oct 24, 2018, 8:00 PM
Programmatically done Auto Layout is still the preferred way of implementing views by a lot of developers. While there are amazing open-source frameworks, most of them differ from Apple’s anchor syntax. Therefore, by adding them to your...
Guide Your Layout
Aug 23, 2018, 8:00 PM
How would you achieve the following screen?
I Want To Be Discardable
Jul 18, 2018, 8:00 PM
Ever wanted to ignore a value returned from a function but if you do so you’ll end up with the following warning?