madsmtm / objc2

Bindings to Apple's frameworks in Rust
https://docs.rs/objc2/
MIT License
290 stars 35 forks source link

Generate KVO add/remove observer methods for NSProgress #531

Closed knopp closed 3 months ago

knopp commented 6 months ago

These methods are currently only generated for NSSet and NSOrderedSet. Would be nice to have it for other classes as well.

madsmtm commented 6 months ago

KVO is generally ill-supported in icrate atm., definitely agree that more work is needed here!