Font Awesome 6 in xCode & SwiftUI

Introduction Welcome to my blog post on Font Awesome 6 in Xcode & SwiftUI. In this post, Iโ€™ll be sharing with you the steps on how to install Font Awesome icons in your Xcode project using SwiftUI. Weโ€™ll start by downloading the font files, adding the .otf files to the project, adding the fonts to the Info.plist file and creating a new struct for CustomFonts. Then, Iโ€™ll show you how to use Font Awesome icons in your Xcode project....

02.02.2023 ยท 3 min

Universal Links in SwiftUI

Introduction Welcome to my blog post on Universal Links in SwiftUI! Universal links are a powerful feature that allows you to link directly to your app from an external source, such as a website. This means that you can take your users directly to specific content within your app, without having to go through the app store or the website. In this post, I will walk you through the process of setting up Universal Links in a SwiftUI app....

02.02.2023 ยท 3 min