Revolut Oct 6, 2020

The Fundamentals of iOS Development at Revolut

Article Summary

Revolut ships 3 iOS apps weekly to millions of users. Their secret? A modular architecture that cut build times nearly in half and saves 400 engineering hours monthly.

Revolut's iOS team of 70 engineers manages three apps (Revolut, Junior, and Business) using a sophisticated setup built around speed and reliability. They've moved beyond standard tooling to create custom solutions that keep their financial platform running smoothly across all iOS devices.

Key Takeaways

Critical Insight

Revolut's iOS infrastructure prioritizes build speed and modularity, enabling weekly releases while maintaining security and quality at scale.

Their approach to avoiding RxSwift and building reactive programming in-house reveals an interesting philosophy about third-party dependencies in fintech.

About This Article

Problem

Revolut's iOS team had to keep code quality consistent across three apps (Revolut, Junior, Business) with 70 developers working in cross-functional teams. They faced the challenge of avoiding duplicate UI components and not repeating solutions.

Solution

Revolut built a centralized Design System based on atomic design principles. All reusable UI components live in one place, so developers can grab what they need from an Example App instead of writing the same code multiple times.

Impact

The Design System cut down on code duplication and sped up development. Developers stopped rebuilding the same UI elements across the three applications and could spend more time on actual features.