Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
765 views

I have big trouble because when I selected a cell in my collectionView and change my array Data I got this error message : 'Invalid update: invalid number of items in section 0. The number of items ...
ferhan akkan's user avatar
0 votes
0 answers
54 views

I'm trying to implement searchTextfield to my project, I am using ReactiveKit/Bond. I create a function but don't know how to filter my array elements and create a new array based on searchTextfield....
Artem's user avatar
  • 1
-1 votes
1 answer
128 views

I have two distinct signals: Signal<A, Error> Signal<B, Error> I am trying to map them together to return a signal containing touple of both types as such, using ReactiveKit: Signal<(A, ...
Ctibor Šebák's user avatar
0 votes
1 answer
2k views

In the example below, "2" will never be printed, since the error is a completion event, stopping the publisher from sending any more events. That's very clear to me. import Combine enum TestError: ...
Kevin Renskers's user avatar
1 vote
1 answer
2k views

I have a class called QueryObserver that can produce multiple results over time, given back as callbacks (closures). You use it like this: let observer = QueryObserver<ModelType>(query: query) {...
Kevin Renskers's user avatar
1 vote
1 answer
462 views

I am using ReactiveKit with their Bond extension, and I can't really figure out how to do something that feels kind of basic. Let's say I have a User model in my app. Something like this. class User:...
Kevin Renskers's user avatar
1 vote
1 answer
812 views

I am pretty new to reactive programming, and am using Bond with ReactiveKit in my app. I am now running into a problem that I can't quite figure out. The problem is that on a certain page I have to ...
Kevin Renskers's user avatar
0 votes
1 answer
91 views

Consider the following example: Given a set of observables: let value1 = Observable(false) let value2 = Observable(false) let value3 = Observable(false) let isSaveButtonEnabled = Observable(false) ...
Richard Topchii's user avatar
1 vote
1 answer
533 views

I have Singleton class to which i have used to observe a property and trigger next action. Singleton Class: public class BridgeDispatcher: NSObject { open var shouldRespondToBridgeEvent = ...
Jayampathy Balasuriya's user avatar
2 votes
0 answers
351 views

I'm quite new to FRP and decided to get started with Bond and ReactiveKit as it seemed lightweight enough to start gradually applying it to my apps and my head. I have a setup where I have a view, ...
Danchoys's user avatar
  • 739
0 votes
2 answers
1k views

I have a couple of UITextFields in a static tableviewcontroller. I have specified a tag value for each textfield so that when the user clicks next on the keyboard I can get the textfield with the next ...
Essam Ewaisha's user avatar
2 votes
2 answers
615 views

I'm trying to observe array change and bind it to the image of the button. if the array is empty. set picture of an empty cart. else set image of a cart. so what I did was : let x = itemsArray....
Marry G's user avatar
  • 399
2 votes
0 answers
476 views

I am trying to create a bidirectional bind using ReactiveKit/Bond. I am trying to create the bind to the UserDefaults on my View Model, but I am having trouble figuring out how to make that happen. I ...
Olyve's user avatar
  • 731
0 votes
1 answer
193 views

guys! I'm trying to migrate from Swift 2 to Swift 4. Project is using Bond and ReactiveKit frameworks. I have extension for UISearchBar. So I'm facing a problem migrating from this: import UIKit ...
Oleh Veheria's user avatar
1 vote
0 answers
58 views

I'm upgrading from Swift 2.3 to 3.0 (in Xcode 8.2.1), so I've updated the podfile (to no longer restrict the versions of the pods). My project uses Bond ( https://github.com/ReactiveKit/Bond ), and ...
DarkByte's user avatar
  • 1,176

15 30 50 per page