Jun 22, 2020How To Install macOS Big SurIn this guide, I will quickly walk you through how to install Big Sur in parallel to your current (f.e. Catalina) macOS version✨ Click here for: How To Install Xcode Beta 12 Index 1. Create a new APFS Volume 2. Download and Install the Beta Profile 3. …Macos Big Sur3 min read
Jun 22, 2020How To Install Xcode 12 BetaIn this guide, I will quickly walk you through how to install Xcode 12 Beta and finish up with where to go to get started with SwiftUI ✨ Click here for: How To Install macOS Big Sur Index 1. Download Xcode 12 Beta 2. Install Xcode 12 Beta 3. SwiftUI Tutorial 1. Download Xcode 12 Beta …Xcode 122 min read
Jun 14, 2019SwiftUI - Create a Detail ViewIn this tutorial I will show you how incredibly simple it is to create a Detail View and pass in data to display it ✨Swiftui4 min read
Jun 12, 2019SwiftUI - Understanding BindingIn this tutorial, we will dive into the fundamentals of @Binding — what it is, why it’s good and how to use it. Oh and we will also cover re-usable views ✨Swiftui7 min read
Jun 10, 2019SwiftUI - Dynamic List & IdentifiableIn this tutorial, we will learn how to create a List that dynamically grows and we will learn about Identifiable. And how to add a Navigation with a Button✨Swiftui8 min read
Jun 8, 2019SwiftUI - Understanding StateIn this tutorial we will dive into the fundamentals of State — what it is, why it’s good and how to use it.I OS5 min read
Jun 5, 2019SwiftUI — How to setup a projectIn this tutorial, we will take a small step back and when setting up a new project understand the entry point of our App, how all views are connected to each other and to our code and finally explain how SwiftUI works 😊 Also, you can watch the video tutorial…I OS7 min read
Jun 4, 2019Install macOS Catalina & Xcode 11 BetaIn this guide I will quickly walk you through how to install Catalina in parallel to your current (f.e. Mojave) macOS version. And finish up with where to get Xcode 11 Beta and how to get started with SwiftUI ✨ Index 1. Create a new APFS Volume 2. Download and Install macOS…Macos Catalina3 min read
Mar 29, 2019Tutorial: Adding a UITableView programmaticallyIn this tutorial I will show you how simple it actually is to abandon storyboard and create your UI completely in code using a UITableView as an example 🔥 Watch the video tutorial of this article on youtube here! Index 1. Create a new project 2. Delete all unnecessary files and references 3…I OS9 min read
Mar 6, 2019Tutorial: How to scrape Instagram using Swift 👾In this tutorial I’ll show you how incredibly easy it actually is to scrape user information from any instagram profile using swift without a third party library ✨ Watch the video tutorial on how to scrape instagram! Index 1. Define the url for the request 2. Create a task to fire the…Swift8 min read