Search code examples
How do I use TabbedView in SwiftUI?...


iosswiftswiftuiswift5ios13

Read More
Best way / how to "touch" a lazy var?...


iosswift5

Read More
How to check if a view is displayed on the screen? (Swift 5 and SwiftUI)...


iosswiftxcodeswiftuiswift5

Read More
Is there any built-in way to get the mantissa and exponent (the "scientific notation" or &...


uikitswift5scientific-notation

Read More
Is the only way to have draw#rect redraw, in cases where you want that done on any size change, inde...


uikitswift5drawrect

Read More
Store a reference to a TaskGroup or add to it outside of scope...


swiftswift5swift-concurrencyswift-task

Read More
How to make a VStack Clickable to show alert in SwiftUI...


iosswiftswiftuiswift5

Read More
Would there be a syntactic sugar -like way in Swift to make a "default member" of a struct...


swift5

Read More
Converting non-sendable function value may introduce data races...


swiftswiftuiswift5swift-concurrency

Read More
Is it safe to mutate @State variables from inside an async block in SwiftUI?...


swiftswiftuiswift5

Read More
Ambiguous reference to member 'buildBlock()' ( Maximum Subview Limit? )...


swiftxcodeswiftuiios13swift5

Read More
How to do a Tuple extension in current Swift? It seems to be available experimentally...


swifttuplesswift5

Read More
How to await x seconds with async await Swift 5.5...


swiftconcurrencyswift5swift-concurrency

Read More
Can I use actors in Swift to always call a function on the main thread?...


iosswiftmultithreadingswift5swift-concurrency

Read More
Is it perfectly correct that this computed property will work like a "pointer" in current ...


dictionarypass-by-referenceswift5computed-properties

Read More
No such module 'SwiftData'...


swiftswift5swiftdata

Read More
Swiftlint unable to open configuration file...


swiftxcodeswift5swiftlint

Read More
Asynchronously iterating line-by-line through a file...


swiftswift5foundationwwdc

Read More
Is it absolutely the case that Swift >will not< deep copy a large array, when one "guard ...


iosdictionaryreferenceswift5deep-copy

Read More
What is the "some" keyword in Swift(UI)?...


swiftswiftuiswift5keyword

Read More
Swift 5.1 Error: [plugin] AddInstanceForFactory: No factory registered for id <CFUUID...


swiftswift5

Read More
How to combine `@dynamicMemberLookup` and `ExpressibleByStringInterpolation` to achieve method chain...


swiftswift5

Read More
How can I use Foundation's URLRequest type on Linux?...


swiftlinuxswift5

Read More
Xcode 15: After deploy build to TestFlight, fonts have another style...


iosfontsswift5testflightxcode15

Read More
swift | Nothing in multiple TableView with custom cell...


iosswifttableviewswift5

Read More
How can I change the source location of an OSLog Message?...


swiftxcodeswift5xcode15oslog

Read More
Remove objects at specific indexes from Array in Swift 5...


arraysswiftloopsswift5

Read More
How can i add clickable button to iOS widget?...


iosswift5xcode13

Read More
With Swift replacingOccurrences .regularExpression, how can you PROCESS each match (for example, eac...


swiftregexswift5

Read More
Swift - How do I check if switch case contains an value...


switch-statementswift5

Read More
BackNext