SwiftWalker

SwiftWalker, Notes about iOS programming

  • Blog
  • About
  • RSS
  • Search
  • swift (1)
  • concurrency (1)
  • multithreading (1)
  • map (1)
  • lifecycle (1)
  • memory (1)

KeyPath

Jun 12, 2024

The article discusses the KeyPath type, what it can be used for, and provides several examples that seem to me to be indicative and can improve the readability and quality of the project code.

Detached Task

Apr 25, 2024

A note about what a detached task is and where it can be used.

GeoJSON

Mar 5, 2024

I talk about the GeoJSON format for displaying geographic data and some features in relation to working with MapKit

iOS app lifecycle

Jun 29, 2023

This article explains the iOS app lifecycle and the role of AppDelegate and SceneDelegate. An example of the most frequent interaction with the application is given and the system methods called in this case are analyzed.

Memory control

May 30, 2023

A quick overview of how memory is managed in Swift. From the article, it will become clearer to you what improvements have occurred in the transition from Objective-C to Swift and how this has affected modern development.


© Evgenii Chernyshov 2023 - 2025