Using SF Symbols in SwiftUI
Introduction When SwiftUI was announced in 2019, Apple released SF Symbols. It was a much-anticipated introduction because App...
- SwiftUI
- 12 April, 2022
- 9 min read
Date() formatting in SwiftUI
Introduction Using dates within your application will probably be necessary; in fact, most applications will need to use the d...
- SwiftUI
- 29 March, 2022
- 12 min read
Displaying an Alert in SwiftUI
Introduction You're building your SwiftUI application, and you're wondering how to present an alert view to your users? Well, ...
- SwiftUI
- 22 March, 2022
- 12 min read
TabView in SwiftUI
Introduction You're building another great SwiftUI application, and you're likely to want to add multiple screens within your ...
- SwiftUI
- 15 March, 2022
- 10 min read
SwiftUI Text Alignment using multilineTextAlignment()
Introduction When you create a new Text view within SwiftUI, you'll notice its text alignment is leading-edge by default. s...
- SwiftUI
- 1 March, 2022
- 8 min read
Loading an Image with AsyncImage() in SwiftUI
Introduction Suppose you're a seasoned developer on the iOS platform. In that case, you'll remember the struggles of down...
- SwiftUI
- 22 February, 2022
- 10 min read
Markdown Rendering in SwiftUI
You might be wondering how you can render markdown within a SwiftUI View, and you've come to the right place. In iOS 15, Apple ha...
- SwiftUI
- 8 February, 2022
- 0 min read
Dismissing Keyboard on a SwiftUI TextField
It's a simple task that you're likely to face when building your iOS application. Previously in SwiftUI, it was an awkward task t...
- SwiftUI
- 1 February, 2022
- 10 min read
Using ProgressView in SwiftUI
What is a ProgressView Like we had in UIKit, ProgressView is our new UIActitityIndicator and UIProgressView combined into a ne...
- SwiftUI
- 17 November, 2021
- 10 min read