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:
parent
2a53cb5dfd
commit
fa7e786f7a
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue