May 18, 2021
Simulating side-by-side Xcode Previews
Xcode Previews lays out our views vertically. This style can be inconvenient when we want to preview a portrait screen on different devices or configurations and iterate on it while...
January 10, 2021
My experience getting remote freelance projects as an iOS Developer
This post is also available in Spanish Getting a remote freelance project as a software developer can be slightly different than getting a regular job through on-site interviews. Meeting another...
May 28, 2019
Solving ambiguous constraints without rerunning your app
Dealing with Auto Layout Solving Auto Layout issues is always a hassle; we run our application expecting all our constraints work correctly to find a massive block of Auto Layout...
December 10, 2018
Set up library releases from Bitrise
On the last post, we went over how to automate open source libraries releases using fastlane. Today we’ll look into a commodity rather than automation like releasing a library directly...
November 14, 2018
Automate your library releases with Fastlane
Today we’ll look into automating a CocoaPods library releases with fastlane. This post is part of a small series about automating these type of tasks. On upcoming posts, we’ll look...
July 17, 2018
Replicating the iOS App Store Search tab
Lately I’ve been working with UISearchController for a friends open source app and decided to share the approach we took to replicate the App Store search functionality. The idea was...