Category: SwiftUI Play Time
-
SwiftUI Play Time – Article 2 – Creating a list of business contacts
Hey there, welcome to SwiftUI Play Time. In this article, we will build on top of our previous post, using the business card we created and embed it into a vertically scrollable list. The code we’re writing is publicly accessible here: https://github.com/Rusti18/SwiftUI-Play-Time. You will be able to see the latest commit of each article by checking…
-
SwiftUI Play Time – Article 1 – Building a simple business card
Hey there, welcome to SwiftUI Play Time. In this opening article, we will be building a simple business card. This one is pretty common, can be found not only in a lot of apps – but it’s a fairly common task in coding interviews. Keep in mind, though, that the interviews also focus on other…
-
SwiftUI Play Time
Welcome to SwiftUI Play Time – a series that focuses on building SwiftUI views. The series will start off with really simple elements, while gradually advancing to more and more complicated components. We will focus on each step of the process, explaining the hows and whys behind each decision. Check out the starting article below: