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:

While KVC is implemented, KVO is currently missing.

User Story: As an application developer I'd like to port a library like Mantle or RestKit to ObjFW to easily consume RESTful APIs. They rely on NSCoding and KVO heavily.

Reference: Apple Doc