Search code examples
Unit Testing of Published object in Swift...

iosswiftxcodecombine

Read More
JOLT: "multiply" each record of an array with each record of another array...

apache-nifitransformationcombineshiftjolt

Read More
Handle error in flatmap when using chaining of publishers...

iosswiftcombine

Read More
Swift Combine: How to collect while preserving order of publisher's results?...

swiftcombine

Read More
Bind @State picker value to a NSPredicate in SwiftUI...

swiftuicore-datacombine

Read More
Why can't I use .flatMap() after .tryMap() in Swift Combine?...

swiftcombine

Read More
'self' used before all stored properties are initialized error with Model in View...

iosswiftswiftuicombine

Read More
How to set multiple EnvironmentObjects which are same type...

observablepublishswiftuicombine

Read More
Removing cancellable from set crashes app...

iosswiftcombine

Read More
Swift URLSession and Combine json array decode fails...

jsonswiftcombineurlsessiondecodable

Read More
Cannot convert value of type 'Published<[StepsEntity]>.Publisher' to expected argument...

swiftswiftuibindingcombine

Read More
Does .receive(on:) guarantee @Published property's value been updated once .sink() block is exec...

iosswiftcombineproperty-wrapper-published

Read More
Using NotificationCenter with CurrentValueSubject...

swiftcombinenotificationcentercurrentvaluesubject

Read More
Combine: Separate logic from VM to Service...

iosswiftswiftuicombine

Read More
How to check for staleness of data in Combine with Timers...

swiftswiftuitimercombine

Read More
Swift Combine: combining two calls to create a new output...

arrayscombine

Read More
Swift Combine: `sink` works with model.$name but not with model.name.publisher. Why?...

iosswiftcombine

Read More
How to merge multiple network calls’ responses into an array? With or without Combine?...

iosswiftcombine

Read More
Text not updating when @Published is Updated...

swiftswiftuicombine

Read More
SwiftUI - how to observe(.sink/ .onReceive) PassthroughSubject inside a View...

iosswiftswiftuicombine

Read More
Swift combine type as Publisher to async/await...

swiftasync-awaitcombine

Read More
SwiftUI and Combine, how to create a reusable publisher to check if a string is empty...

swiftswiftuicombine

Read More
Swift: Does AsyncStream work in a subscription-based context?...

iosswiftcombine

Read More
How to use eraseToAnyPublisher on the output of the Combine merge operator...

swiftxcodecombine

Read More
How to reset a cancelled subscription bound to SwiftUI...

swiftuicombine

Read More
Swift: Swift combine with sync...

swiftcombine

Read More
Swift UserDefaults publisher for non-standard suite not working correctly...

swiftuicombineuserdefaults

Read More
Swift Combine prevent initial value from triggering sink and prevent duplicates at the same time?...

iosswiftcombine

Read More
Swift: URLSession extension configuration error: Cannot call value of non-function type 'URLSess...

swiftcombineurlsessionxcode14nsurlsessionconfiguration

Read More
Combine sink only receives outputs after they have all been published...

iosswiftcombine

Read More
BackNext