| | |

Strict concurrency checking in Swift 5.x and 6.0

Swift 6 aims to detect many concurrency issues at compile time. Fixing these new warnings and errors at compile time should prevent so-called “data-races” from showing up as intermittent run-time errors. This goal is important and even urgent because software developers are increasingly relying on concurrency to utilise multi-core processors and to perform slow tasks…

|

ReverseGeocoding for localizing towns and country names

Standard text localization When you create apps for the Apple ecosystem, you may need to support multiple languages. This is a key part of what is known as localization. It comes down to creating an English version of text strings – say the label of a “Submit” button -, and providing translations of “Submit” to…

| | | |

Fotogroep Waalre app v2.1

The Fotogroep Waalre app (called “Photo Club Waalre” in English) has a new version on the Apple App Store. Starting with v2.1.0 the app’s source code is now also available on a public GitHub repository. This was a matter of conforming to GitHub conventions (like having a markdown readme file). But it took quite some…