Egzon Pllana Portfolio
-

Tagged: SwiftUI

3 articles tagged “SwiftUI”.

All articles
8 min read

6 Problems With NSLocalizedString That Made Me Build LocalizationEngine SDK

Why Apple's built-in localization tools fall short for multi-language iOS apps, and the open-source Swift Package I built to fix them.

4 min read

How I Stopped a Silent Memory Leak in My iOS App

How I diagnosed a silent SwiftUI memory leak, achieved 85% memory reduction on tab switches, and open-sourced a real-time memory profiler.

5 min read

The important difference between RunLoop.main and DispatchQueue.main

Why a Combine pipeline can pause UI updates during scrolling, and how the choice between RunLoop.main and DispatchQueue.main on receive(on:) affects value delivery.