Skip to content

Commit

Permalink
Add note about lack of future development
Browse files Browse the repository at this point in the history
  • Loading branch information
kristopherjohnson committed Sep 8, 2013
1 parent b468565 commit b03f525
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -67,18 +67,13 @@ For example, if the subject exposes a numeric property, then that value will be

The `master` branch does not support ARC. If you use the `KJBindingManager` class in an ARC project, you will need to add the `-fno-objc-arc` compiler option for `KJBindingManager.m`.

An experimental branch, `arc`, has the code from the `master` branch converted to ARC. It has not been extensively tested, but the ARC version will eventually be moved into `master`, and the `noarc` branch will contain the old code.
An experimental branch, `arc`, has the code from the `master` branch converted to ARC. It has not been extensively tested.



## Future Directions

The following features are planned:

- Validation
- Subclasses of `UIViewController` and `UITableViewController` with built-in binding functionality (perhaps based upon the functionality of AppKit's `NSObjectController` and `NSArrayController`).

Note that a full Cocoa bindings implementation is not feasible on iOS, due to limitations of UIKit components. The goal of the `KJSimpleBinding` project is to create a good data-binding mechanism for iOS, so there will be no attempt to be compatible with Cocoa bindings simply for the sake of similarity or familiarity.
There are no plans for further development of this library. The author now recommends [ReactiveCocoa](https://github.com/ReactiveCocoa/ReactiveCocoa) for doing this kind of stuff.


## License
Expand Down

0 comments on commit b03f525

Please sign in to comment.