From wesleydegroot.nl
1 1
For april fools day, I wanted to write a Swift library that allows you to write Swift code in Dutch. It's called Dutch.swift and it's available on GitHub. Unfortunately it didn't work out in the way I wanted it to, but I still wanted to share it with you. There is a way to get the idea i had in...
#blog #iosdev #swiftlang #programming
5h ago
From nilcoalescing.com
Text concatenation vs Text interpolation in SwiftUI
1 1
Combining multiple SwiftUI Text views into a single text with the + operator to apply different styles can cause localization issues, making text interpolation the preferred technique for accurate translations.
3h ago