This is a pitfall problem. I developed macOS project at the beginning, and the solutions I searched on the Internet basically used UIPasteboard method, but...
I'll explore the ViewBuilder for building SwiftUI views in the next two posts. This article introduces the result Builders, the implementers behind ViewBuilder
ObjectiveUI: A toy that implements a Swiftui-like interface development framework in Objective-C. The syntax and naming basically follow SwiftUI, and you can create simple applications...
Although it was just a copycat project, I wrote it in accordance with the requirements of actual production and development, rather than just staying at...
In this article, we'll delve into some advanced techniques for creating SwiftUI animation. I'll talk extensively about the Animatable protocol, its reliable companion animatableData, the...
One question I'm often asked about SwiftUI is: How do I dynamically change a Core Data@FetchRequest to use a different predicate or sort? The reason...
Under SwiftUI, we don't have the same ability to build a new UIGestureRecongnizer. This article will show you how to customize the required gestures using...