SwiftUI Weekly - Issue #48
The curated collection of links about SwiftUI. Delivered every Monday.
Reading
AppKit is Done
Learn how to build delightful macOS apps using only SwiftUI.
SwiftUI patterns: passing & accepting views
When building advanced screens, at some point our view definitions will need to accept external views as parameters for maximum flexibility.
How to Work with SwiftUI Maps and Annotations
In this tutorial, we will look into the usage of SwiftUI map and work with MapKit. You will learn how to embed a map and display annotations in SwiftUI.
SwiftUI: An Overview of the Built-in Views
SwiftUI has many great views already built-in. Learn how to use views like NavigationLink, Button, Text, Image, DatePicker, ColorPicker, etc.
Code
ReactComponentKit/Redux
Manage SwiftUI's state with Redux and Combine :)
Video
Build Complete Apple Watch Tasks App Clone in WatchOS, SwiftUI with CoreData
In this video tutorial we will build compete watchOS app in SwiftUI. While building the app we will learn some of the important stuff about watch development.
Using UIKit Components in SwiftUI (Coordinators)
Hello guys, welcome to another video! Today we'll continue with UIViewRepresentable. This time showing a more complex example wrapping UITextField to create a pin code field. To do that, we will require some delegate methods that will be executed through a coordinator object. Also explaining why we have a context parameter in the UIViewRepresentable methods.
🪄 SwiftUI Magic: Animated Bar Graph 📊 with SwiftUI 2.0
In this SwiftUI code-along tutorial, you'll learn how to create an animated bar graph using SwiftUI 2.0! You'll use LinearGradient, GeometryReader, a custom Animation, and much more to create a beautiful bar graph that cascades upon appearance.