-2

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!

1 Answers1

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