This is the second article in the series on basics of working with SQLite in Swift. Last time, in part 1, we learned how to open and close the SQLite database. This time, we are going to use sqlite… (more…)
Read more »
Recently I got interested in the new Apple language Swift, that will
probably replace objective-c as the language of choice for native iOS
and OSX applications.
Read more »
Swift starter project for solving Advent of Code challenges. - GitHub - apple/swift-aoc-starter-example: Swift starter project for solving Advent of Code challenges. (more…)
Read more »
A cross platform 2D and 3D game engine written in Swift. - GitHub - STREGAsGate/GateEngine: A cross platform 2D and 3D game engine written in Swift. (more…)
Read more »
Do you think Swift structs are safe? This video may change your mind. “Structs should be the default choice” and “Only use classes when necessary” is common advice but might be misleading. We’d like to show you a different way of looking at the “Structs v... (more…)
Read more »