Skip to content

Conversation

@iv-mexx
Copy link
Contributor

@iv-mexx iv-mexx commented Nov 24, 2016

  • Name changes due to Swift 3.0 / ReactiveSwift 1.0
  • Compiler Error has changed (I was just looking if that still confuses the compiler as of Xcode 8.1, and it still does)
  • Removed DynamicProperty since its now in ReactiveCocoa
  • Changed example with UILabel.rac_text to use a MutableProperty<String> instead.
  • Fixed a broken link

...
let searchString = property.producer
.throttle(0.5, on: QueueScheduler.main)
.logEvents(events:[.disposed]) // This will happen when `property` is released
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Space after colon.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@iv-mexx iv-mexx force-pushed the feature/debuggingTechniques branch from 0e3cbda to 71fabac Compare November 24, 2016 22:15
@andersio andersio merged commit b540e78 into ReactiveCocoa:master Nov 27, 2016
@iv-mexx iv-mexx deleted the feature/debuggingTechniques branch November 29, 2016 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants