Every macOS/iOS developer uses tools such as fastlane and SwiftLint to automate tasks as much as possible: in this article we’re going to dive into how we can build our own tools using Swift. (more…)
Read more »
Local notifications provide a core functionality in many apps, and in Swift they are easy to add to whatever you’re building. With iOS10’s UserNotifications you can even display GIFs in notifications. (more…)
Read more »
If you’ve ever heard of the term Graph Theory, surely you’re acquaintance with the Dijkstra’s Algorithm.
If you’re not, it’s all right! This article includes everything you need to know. See the… (more…)
Read more »
Learn how to create and deploy your first Lambda function in Swift, using SwiftPM and Docker. (more…)
Read more »
The fastest and easiest way to present a UITableView - in 3 lines of code. - GitHub - sivx76/Swift-Table: The fastest and easiest way to present a UITableView - in 3 lines of code. (more…)
Read more »