Xcode 11 Does Not Show Canvas This is a simple but annoying fix. In order for you to use canvas with Xcode 11 you will need upgrade your operation system on your Mac. It needs to be running macOS Catalina/macOS 10.15.
UITableView With Static Cells Learn how to easily create a static table view with custom table view cells.
Create a Singleton with Swift Learn how to easily create a singleton. Singletons can be quite controversial, but you should still know how to create one.
Understanding Completion Handlers in Swift Completion handlers can be confusing. In this tutorial you will learn what they are and why you should use them.
Notification How to Send Local Notification With Swift In this tutorial we will go through how you can send local notifications from Swift. Local notifications are simple and can add a lot of value to your app.
MapKit Add Point/Annotation to Map View With Swift Learn how to easily add MKPointAnnotation's to your maps so that you can give more context to a location
Swift How to Use UserDefaults Suites With Swift Learn what suites are in UserDefaults as well as how to use them.
Swift Difference Between Methods and Functions in Swift In this tutorial we will learn what the difference is between a method and function in Swift
UITableView How to Separate UITableView Datasource and Delegate In this tutorial we will go through how you can easily separate your UITableViewDelegate and UITableViewDatasource
Swift Simulate custom location iOS simulator(Simulator, GPX) Learn how to simulate a custom location in the iOS simulator
Swift Easily fix "Failed to set plugin placeholders" in Xcode How to fix "Failed to set plugin placeholders"
Swift Easily fix "build only device cannot be used to run this target" How to fix "build only device cannot be used to run this target"
CoreData Featured Add Core Data to Existing iOS Project Easily add CoreData to an existing iOS project with Swift 5 and Xcode 10