iOS App Development

iOS App Development

Mar
14
Puredux 1.2 – Monorepo Migration and Further Plans
Open Source
2 min read

Puredux 1.2 – Monorepo Migration and Further Plans

Recently I returned back to the Puredux development and released a 1.2 update.
Jun
20
Puredux 1.1 - Release Notes
Open Source
4 min read

Puredux 1.1 - Release Notes

Puredux v1.1 is finally out. Puredux is a UDF architecture framework in Swift for app state management with Redux/Flux ideas in mind.
Jun
13
How to Manage Secret Environment Vars in Xcode and CI
iOS Tooling
8 min read

How to Manage Secret Environment Vars in Xcode and CI

The tutorial provides a solution for managing secrets as environment variables in Xcode and CI
Nov
24
Common Redux Pitfalls on iOS: Deep Navigation Stack
Mobile App Architecture
6 min read

Common Redux Pitfalls on iOS: Deep Navigation Stack

Redux is often suggested as a silver bullet for mobile app architecture. However, it also brings noticeable inconveniences that are worth mentioning. One of them kicks in when we start to deal with a deep navigation stack.
Aug
12
Top 35 Sessions From WWDC22
WWDC
1 min read

Top 35 Sessions From WWDC22

If you haven't watched the WWDC2022 cover-to-cover yet, here is a quick-but-deep-enough guide for you.
Aug
02
WWDC
7 min read

What's New in Swift 5.7 - WWDC22

Command Plugins for SPM, Threadsafe Concurrency with Actors model, and brand new distributed Actors. Swift Regex framework. Massive update of Swift Generic Protocols. Here is a detailed summary of the "What's New in Swift" session from WWDC2022.
Jul
07
WWDC
8 min read

What's new in SwiftUI - WWDC22

Charts framework, brand new and fixed NavigationStack. Multi-window and menu bar extras for MacOS SwfitUI apps. New Layout protocol and many other things. Here is a detailed summary of the "What's new in SwiftUI" session from WWDC2022.
Jun
26
WWDC
5 min read

What's new in UIKit - WWDC22

New Navigation Bar features, new UICalendarView, and UIPageControl. Pasteboard access permissions. UISheetpresentationController improvements. SFSymbols rendering modes. Self-resizing cells. UIHostingConfiguration to embed SwiftUI into UICollectionView and UITableView. Here is a detailed summary.
Jun
21
WWDC
4 min read

Use SwiftUI With UIKit - WWDC22

How to bridge data between the legacy app and SwiftUI back and forth. How to embed SwiftUI into UICollectionView and UITableView with UIHostingConfiguration. Here is the summary for the "Use SwiftUI With UIKit" session from WWDC22.
Jun
16
I’ve Made a Redux Architecture Library for iOS and Called It Puredux
Open Source
4 min read

I’ve Made a Redux Architecture Library for iOS and Called It Puredux

Not long ago, I started to roll out Puredux v1.0. Puredux is a UDF architecture framework in Swift for app state management with Redux ideas in mind. Store, Reducers, Actions dispatching, and unidirectional data flow.