Loading SampleData in CoreData
When I started developing my first app, I based a lot of what I was doing on what I learned from Paul Hudson’s 100 Days of SwiftUI and his Hacking With Swift+ Ultimate Portfolio app. For my sample ...
When I started developing my first app, I based a lot of what I was doing on what I learned from Paul Hudson’s 100 Days of SwiftUI and his Hacking With Swift+ Ultimate Portfolio app. For my sample ...
As I get closer to releasing my application, I’m starting to run into all the small things that you have to do to release an application. One of those, I’ve recently found out, is the need to chan...
One of the things that I have taken a liking to in Swift is Enumerations (or enums for short.). From the documentation an “enumeration defines a common type for a group of related values and enabl...
I have spent a lot of the last week thinking a lot about the best way to onboard someone to may application. It is such a simple app that I just could not figure out In the end, I decided to just...
I wrote a post a while ago on how to add a button to a list section title. When I originally implemented this, I was using NavigationLink to display the results on a new screen to edit the entry. ...
I started working on my first widget this week, and ran into an weird problem. After creating a new Widget Extension target I tried to split up the AppWidget.swift file into multiple files, one eac...
Over the past few weeks I have been going back and forth on what I want my first application to be. I have a number of different ideas floating around in my head. While I have a couple of ideas th...
Linting in Swift While I am new to Swift, I have been writing code for a long time (mostly Python) and having a clean codebase is very important to me. One of the main ways that developers keep th...
I have a couple of different applications I am writing as part of my journey of learning swift. One of the applications that I am excited about making is a Pomodoro application. I know there are p...
I’ve used a few different resources over the past few months on my Swift journey. Right now, I am working though 100 Days of SwiftUI from Paul Hudson. If you have not seen his website Hacking With...