How To Use a Swift Enum
Swift enums allow us to define a set of values that the enum can take on. The value of the enum must be one of those options. Learn how to use it with this tutorial!
Swift enums allow us to define a set of values that the enum can take on. The value of the enum must be one of those options. Learn how to use it with this tutorial!
Swift loops allow us to repeat a block of code. Learn how to use all the types of Swift loops with this guide!
A guard statement is as simple as using an if..else statement and has its own benefits and uses. Learn how to use Swift guard statements in this tutorial!
SwiftyJSON is a Swift library for reading and processing JSON data. Learn how easy it is to use it and how it’s different from Codable and JSONSerialization
Alamofire is a third party networking library that helps with tasks such as working with APIs, downloading feeds and more!
Learn how to install and use Cocoapods in your Xcode project! Take advantage of third party Swift libraries and GitHub repositories easily.
Learn how to easily schedule and run a Swift timer and how to configure the Swift timer for various use cases and scenarios. Copy and paste code snippets!
Learn how to submit your app to the App Store with App Store Connect the right way! Create the screenshots, fill in app meta data and upload with Xcode.
Learn how to use Xcode! Where to download it (options for PC), navigating Xcode and the menus, coding in Swift, debugging and building user interfaces
This guide will tell you what skills you should learn to become an iOS developer, where to find jobs, how to prepare for your interviews and more!