Skip to content

v3.16.2

Compare
Choose a tag to compare
@srdanrasic srdanrasic released this 06 Feb 14:23
· 33 commits to master since this release

Introduce publisher<Value>(for:options:) on NSObject.reactive extension:

let player = AVPlayer()
player.reactive.publisher(for: \.status).sink { print("Playback status: \($0)") }