
How to Access Photo Library and Use Camera in SwiftUI
Earlier, we explored the use of UIViewRepresentable and show you how to integrate UITextView into a SwiftUI project. While you
Founder of AppCoda. Author of multiple iOS programming books including Beginning iOS Programming with Swift and Mastering SwiftUI. iOS App Developer and Blogger. Follow me at Facebook and Twitter (X).
Earlier, we explored the use of UIViewRepresentable and show you how to integrate UITextView into a SwiftUI project. While you
I enjoy so much working with the SwiftUI framework. Like most new frameworks, however, one drawback is that it doesn’
The List view in SwiftUI is very similar to the table view in UIKit. It is also designed for developers
One recent question I got is about the implementation of search bar in SwiftUI projects. Unlike UIKit, SwiftUI doesn’t
“I only have an iPad. Can I use it to develop iOS apps?” This is one of the most common
Earlier, we published a SwiftUI tutorial showing you how to create perspective text using the framework. It’s very much
If you’ve upgraded to Xcode 11.3 and you use Interface Builder to create the app UI, you may
First, what’s JSON? JSON (short for JavaScript Object Notation) is a text-based, lightweight, and easy way for storing and
Following the footsteps of IKEA and L’Oreal, businesses across verticals started dreaming up uses for augmented reality (AR) that
If you’ve been programming with SwiftUI before, you probably got a taste of building gestures with SwiftUI. You use
If you’ve worked with UIKit before, the Text control in SwiftUI is very similar to UILabel in UIKit. It’
We have just launched our new book – Mastering SwiftUI. As introduced to you earlier, this book teaches you how to