|
Introducing SwiftSecurity: Type-safe Swift APIs for Apple Security framework
|
|
0
|
1457
|
April 30, 2024
|
|
What's the best way to resolve the concurrency warning: "Capture of 'self' with non-sendable type 'LoadingView' in a `@Sendable` closure"?
|
|
16
|
7513
|
April 30, 2024
|
|
@Binding in an ObservableObject
|
|
2
|
393
|
April 23, 2024
|
|
Try looking at this Swift Code. Is this right or wrong? The problem is that there is a code that has a red color
|
|
1
|
299
|
April 22, 2024
|
|
SwiftUI Diagnostics Plugin: Coming Soon
|
|
4
|
3487
|
April 20, 2024
|
|
Bool var inside a if statement
|
|
12
|
475
|
April 19, 2024
|
|
SwiftUI List init
|
|
2
|
269
|
April 17, 2024
|
|
Passing variable to listStyle view modifier
|
|
8
|
1401
|
April 16, 2024
|
|
How to update SwiftUI many times a second while being performant?
|
|
10
|
1376
|
April 16, 2024
|
|
SwiftUI ViewModel not being deinit and causing memory leak
|
|
4
|
1160
|
April 14, 2024
|
|
Running unit test without simulator
|
|
7
|
5967
|
April 13, 2024
|
|
Passing around references to SwiftUI Bindings in places that are not Views
|
|
2
|
1034
|
April 11, 2024
|
|
Using a struct property inside an Observable object
|
|
9
|
723
|
April 7, 2024
|
|
Preview Macro behaviors unexpectedly
|
|
2
|
538
|
April 1, 2024
|
|
@MainActor-isolated property called not on the Main Actor
|
|
7
|
1309
|
March 27, 2024
|
|
Cannot convert return expression of type 'Text' to return type 'some View'
|
|
6
|
987
|
March 25, 2024
|
|
Help with SwiftUI on macOS document based app with multiple documents
|
|
0
|
352
|
March 24, 2024
|
|
In macOS how do you detect if my program window is selected or no longer selected on the screen?
|
|
3
|
2708
|
March 22, 2024
|
|
Passing model back and forth between views using SwiftUI and MVVM
|
|
0
|
451
|
March 22, 2024
|
|
UndoManager, custom actor, and callbacks, oh my!
|
|
8
|
720
|
March 17, 2024
|
|
Issue with onPlayPauseCommand - tvOS
|
|
1
|
623
|
March 12, 2024
|
|
Explanation behind the error? "Accessing StateObject's object without being installed on a View. This will create a new instance each time."
|
|
8
|
27878
|
March 6, 2024
|
|
Why SwiftUI Table doesn‘t track changes in @Observable object? Is there are bug in SwiftUI?
|
|
4
|
651
|
March 4, 2024
|
|
Sharing Variables throughout the Application?
|
|
4
|
616
|
February 29, 2024
|
|
How do I Create a Loop in Swift?
|
|
0
|
397
|
February 28, 2024
|
|
What is the proper way to share state among views with Swift Data?
|
|
3
|
3510
|
February 27, 2024
|
|
Compatibility to iOS 13 and up
|
|
2
|
585
|
February 27, 2024
|
|
What is the name of this technique/pattern?
|
|
9
|
942
|
February 22, 2024
|
|
Using Mock/Protocol as @EnvironmentObject
|
|
4
|
3345
|
February 19, 2024
|
|
SwiftUI Bindings from computed properties with shorthand getters, setters
|
|
2
|
920
|
February 19, 2024
|