About the Using Swift category
|
|
3
|
6644
|
October 21, 2019
|
How to display full-screen advertising from Yandex in a child view
|
|
0
|
20
|
March 24, 2023
|
Reliably testing code that adopts Swift Concurrency?
|
|
74
|
8713
|
March 24, 2023
|
Is `switch` an anti-pattern?
|
|
8
|
328
|
March 24, 2023
|
Array copying and computed properties
|
|
7
|
241
|
March 24, 2023
|
withoutActuallyEscaping + async functions
|
|
4
|
322
|
March 23, 2023
|
Are there any advantages to defining an API using protocols then implementing those protocols internally?
|
|
0
|
99
|
March 24, 2023
|
IOS generated Framework-Swift.h hides objc interface
|
|
0
|
62
|
March 23, 2023
|
Why are non-sendable properties mutable from Tasks?
|
|
1
|
101
|
March 23, 2023
|
Why can errors not be thrown out of a property wrapper initializer?
|
|
0
|
81
|
March 23, 2023
|
Strange optional resolution
|
|
13
|
253
|
March 23, 2023
|
How do Tasks inherit context?
|
|
2
|
152
|
March 23, 2023
|
Understanding type comparison of collection types
|
|
2
|
116
|
March 23, 2023
|
[Bug report] Unable to build demo project if imported swift framework turned on BUILD_LIBRARY_FOR_DISTRIBUTION
|
|
2
|
80
|
March 23, 2023
|
Poll: what do you strongly dislike about Swift?
|
|
168
|
8789
|
March 23, 2023
|
ARC(Automatic Reference Counting) is thread-safe?
|
|
1
|
201
|
March 23, 2023
|
Using APIs introduced in iOS minor releases
|
|
2
|
144
|
March 22, 2023
|
"Modifying state during view update" when porting swiftui landmark tutorial to mac
|
|
2
|
878
|
March 22, 2023
|
URL.relative(to:) strange error: CFURLCopyResourcePropertyForKey failed because it was passed a URL which has no scheme
|
|
3
|
103
|
March 22, 2023
|
XCTestCase.measure() is very slow due to symbolication. How to make it faster?
|
|
3
|
1241
|
March 22, 2023
|
Is this an appropriate way to observer multiple `NotificationCenter.default.notifications` sequences?
|
|
8
|
443
|
March 22, 2023
|
Make Array.init(repeating: ...) with autoclosure
|
|
4
|
162
|
March 22, 2023
|
Strange design choices with designated and convenience inits
|
|
3
|
147
|
March 22, 2023
|
Are Tasks queued on the current actor even if their closure is marked with @MainActor?
|
|
12
|
190
|
March 22, 2023
|
Object Marked as Unavailable for a Platform still Shows Error due to Higher API Requirement Inside the Body
|
|
0
|
101
|
March 22, 2023
|
Importing Objective-C into Swift, Xcode 14, Project-swift.h not generated
|
|
2
|
141
|
March 22, 2023
|
Task initializer with throwing closure swallows error
|
|
22
|
2379
|
March 22, 2023
|
Async, Rethrows, and Defer
|
|
12
|
2429
|
March 22, 2023
|
Optional decoding superpowers
|
|
9
|
522
|
March 22, 2023
|
Is it unnecessary to switch to the @MainActor from a function where a helper function is the one actually updating the UI?
|
|
2
|
162
|
March 21, 2023
|