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 seeing our changes live.
An iOS development blog about UIs and automation.
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 seeing our changes live.
Conseguir un proyecto remoto freelance como desarrollador de software puede ser un poco distinto a conseguir un trabajo fijo con entrevistas on-site. Conocer a tu cliente solamente por calls puede ser un desafío para mostrar tus habilidades y demostrar que serías un buen fit para el proyecto. Sumado a esto, algunos clientes necesitan un desarrollador por un corto periodo de tiempo lo que hace que…
This post is also available in Spanish
Dealing with Auto Layout
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 from a CI service. We’ll be using Bitrise as it supports fastlane projects out of the box.
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 into private Pods and automating releases from a CI service.
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.