Re: Creating NSTableView programmatically
Re: Creating NSTableView programmatically
- Subject: Re: Creating NSTableView programmatically
- From: Richard Charles <email@hidden>
- Date: Tue, 12 Dec 2017 16:59:01 -0700
> On Dec 12, 2017, at 2:40 PM, Jonathan Mitchell <email@hidden> wrote:
>
>> On 12 Dec 2017, at 19:56, Richard Charles <email@hidden> wrote:
>>
>> I always assumed the reason bindings never came over to iOS was they
>> consumed too much cpu power and were too difficult to understand. It seems
>> evident that 10 or 20 years from now Apple anticipates the bulk of it
>> programmers coming out of school will use iPads with the new style
>> documentation. Cocoa bindings do not fit very well into this picture.
> I am not sure if stringent power concerns were the overriding factor for
> excluding bindings from iOS.
> Bindings are driven by observations, which do exist on iOS.
I stand somewhat corrected, I did not know KVO was available on iOS.
> Bindings are actually a fairly essential technology for medium to large scale
> data driven macOS applications.
> Trying to manually glue hundreds of controls and data paths together quickly
> becomes a major development obstacle.
Amen to that!
--Richard Charles
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden