Skip to content

Special Keypaths and Autoinvalidate

Compare
Choose a tag to compare
@markohlebar markohlebar released this 04 Feb 10:24
· 120 commits to master since this release
  • bindings now invalidate automatically, there should be no KVO exceptions raised on dealloc
  • included backward compatibility to shorthand bindings for views (text -> textLabel.text) instead of (viewModel.text -> textLabel.text) which was lost in previous version
  • special keypaths are added
    • UIButton -> onTouchUpInside
    • UITableViewCell -> onTouchUpInside