PICyourBrain
PICyourBrain

Reputation: 10284

Is replayLast possible in ReactiveCocoa 4?

In RAC2 you could tack replayLast onto a signal to make a signal that, when subscribed to, would immediately send the last value and all future values. Is such a thing possible with SignalProducers in RAC4? I don't see any replayLast.

Upvotes: 0

Views: 150

Answers (1)

NachoSoto
NachoSoto

Reputation: 1743

It's likely that what you want to do is better expressed with the new PropertyType. Otherwise, I am trying to include replayLazily in RAC 4.

Upvotes: 1

Related Questions