-
List of simulators
To test layout build in SwiftUI on different iOS devices you can use preview feature. As you can see PreviewDevice takes raw name of iOS…
-
SwiftUI Typography
With SwiftUI specifying font size is not like we used to do in the past – by setting size value. Instead it’s better to use…
-
Apple Watch does not appear in Xcode
Building project after couple of months can often fail even though no code has been added. It’s likely that iOS/Xcode updates that happened during this…
-
Generating *.g.dart files
When creating model classes needed to decode JSON retrieved from network request in Flutter, part of the code is generated and placed in *.g.dart file.…