Introduction to Swift and iOS Development for Web Developers

Welcome to the first installment of our Swift and iOS application development tutorial series. Whether you are an experienced web developer or just starting out, this series will guide you through the fundamentals of Swift and iOS development. If you’re interested, you can also check out our previous Swift introductory series here. Before we dive into the details, let me provide a brief background about my experience in iOS and Mac development....

SwiftUI Forms: Picker - Choosing Options Made Easy

In SwiftUI, the Picker is a popular form control that allows users to choose an option from a list of possibilities. In this blog post, we will explore how to use the Picker view effectively. To start, we need an array that contains the options we want to display. Let’s assume we have an array called cities that contains the names of various cities: var cities = ["Rome", "Milan", "Venice", "Florence"] Next, we need a property to store the selected choice....

Why I chose to dive into iOS development

As a developer with a passion for building things, I’ve always enjoyed exploring the software and hardware aspects of creating new technologies. While I have a background in web development, my decision to venture into iOS development doesn’t mean I’m abandoning it. Instead, I see it as an opportunity to explore a whole new world of possibilities with Swift. One of my main goals is to help aspiring developers in their journey....