Re: KVO Bindings

2019-08-14 Thread Johannes Brakensiek
Hey David, thank you for your quick and comprehensive response. I did not know about the UIKit implementation, that is interesting. What would be a a clean and simple way (I saw there are massive libs) to do some sort of model-ui binding for iOS and/or GNUstep (using KVO)? Is there an app

Re: KVO Bindings

2019-08-14 Thread David Chisnall
Last time I checked: KVO worked. There is a cleaner way of implementing it on the GNUstep runtime (which WinObjC does, but GNUstep doesn't yet). Some of the bindings work, but several of the NS*Controller classes are missing functionality. Apple is quietly trying to forget Cocoa bindings

KVO Bindings

2019-08-14 Thread Johannes Brakensiek
Hello everyone, just wanted to ask if anyone could give an update about this: http://wiki.gnustep.org/index.php/KVO_Bindings_Project Is there anybody who could implement this? What would be needed to let him/her do the work? ;-) Thanks in advance