Is there anything like KVO in Kitura? I know that this is something from Objective-C that we can use in iOS, but is there anything like that for observation? Thanks!
Asked
Active
Viewed 45 times
1 Answers
1
I'm afraid not. Swift 4 added keypaths which are similar to KVC, but Swift/Kitura doesn't have anything like KVO.

Ian Partridge
- 79
- 1
- 6