RSSAmplifier

Blog

Marcos Griselli

An iOS development blog about UIs and automation.

mar.codesRSS feed ↗7 posts

Latest posts

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.

Mi experiencia consiguiendo clientes como un desarrollador iOS freelance

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…

My experience getting remote freelance projects as an iOS Developer

This post is also available in Spanish

Solving ambiguous constraints without rerunning your app

Dealing with Auto Layout

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 from a CI service. We’ll be using Bitrise as it supports fastlane projects out of the box.

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 into private Pods and automating releases from a CI service.

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.