H(Hung-Chun (Carter)incartertsai.hashnode.dev·Jun 29, 2021 · 3 min read(Swift) Using UNUserNotification to emit the notification in SwiftUI - Part 1Introduction To enhance user experience, most apps will ask the user's permission to emit the notification to the user device. In this article, we will discuss how to use UNUserNotificationCenter to create the local notification in SwiftUI. Apple Doc...00
H(Hung-Chun (Carter)incartertsai.hashnode.dev·May 28, 2021 · 7 min read(Swift) How I start my own app project as a self-taught developer?Introduction As a developer, one of the most exciting things is to create the application that I really love or want to achieve. Before we jump into the article, let me introduce a little about my background. Please bear with me. I start my Swift jou...00
H(Hung-Chun (Carter)incartertsai.hashnode.dev·May 9, 2021 · 5 min read(Swift) Save the Data to our Custom ModelIntroduction In the previous article (Swift) Create And Execute A Network Request , we can successfully fetch the data and decode it from the API service, but how could we use those data and present it on our application? Today we will explore how t...00
H(Hung-Chun (Carter)incartertsai.hashnode.dev·May 7, 2021 · 5 min read(Swift) Create And Execute A Network RequestIntroduction In the real world, most of the application is related to the network. How could we fetch the data from the web for use in our app? Today we will build a playground that uses a URLSession to fetch the data from the web then turn those cus...00