ObjFW  View Ticket

Ticket UUID: d4627ee499769e645261cc33a19ccf10bd2aab08
Title: Add support for KVO
Status: Open Type: Feature_Request
Severity: Important Priority: Medium
Subsystem: Resolution:
Last Modified: 2023-08-31 19:38:50
Version Found In: Milestone: none
User Comments:
letterus added on 2023-08-31 19:38:50: (text/x-markdown)
While KVC is implemented, KVO is currently missing.

User Story: As an application developer I'd like to port a library like [Mantle](https://github.com/Mantle/Mantle) or [RestKit](https://github.com/RestKit/RestKit) to ObjFW to easily consume RESTful APIs. They rely on `NSCoding` and KVO heavily.

Reference: [Apple Doc](https://developer.apple.com/library/archive/documentation/General/Conceptual/DevPedia-CocoaCore/KVO.html)