1
0
Fork 0
mirror of https://github.com/aasm/aasm synced 2023-03-27 23:22:41 -04:00

Adding a warning regarding RubyMotion support and KVO

This commit is contained in:
Yannick Rekinger 2016-02-03 03:22:28 +01:00
parent 2a53cb5dfd
commit fa7e786f7a

View file

@ -754,6 +754,9 @@ Job.aasm.states_for_select
To use AASM with a RubyMotion project, use it with the [motion-bundler](https://github.com/archan937/motion-bundler) gem.
Warning: Due to the way key-value observation (KVO) works in iOS,
you currently CANNOT use AASM with an object you are observing. (Yes.. that's pretty sad).
### Testing