The latest tips, tutorials, and stories from our community.
Our blog
Resources, insights, and stories

Chris C • May 01 2024
What is Swift UI?
SwiftUI is a new way to build user interfaces for apps on Apple platforms. It allows developers to define the UI using Swift code. What was the old way? So if SwiftUI is the new way, then what was the old way? Before SwiftUI, we had UIKit. UIKit was a user interface framework that contained… View Article
Chris C • Apr 29 2024
Swift Try Catch and Error Handling – Code Examples
Learn how to handle your errors and crashes gracefully in Swift with try catch blocks and more! You’ll see the most common error handling code samples below. If you’d like a longer read, check out the Swift error handling documentation. Swift Try Catch When you’re coding, you’ll see methods that have the throws keyword. This… View Article
Chris C • Apr 29 2024
The Guide to Swift Arrays
During your programming adventures you might have stumbled upon the term Array a couple of times. What is it and why is it important? To put it simply an Array is a collection of elements that is in an ordered series or arrangement. It is important because it organizes and compiles data so that it… View Article
[ajax_load_more loading_style="infinite classic" transition_container_classes="row" container_type="div" post_type="post" posts_per_page="6"]