• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Creating NSTableView programmatically
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Creating NSTableView programmatically


  • Subject: Re: Creating NSTableView programmatically
  • From: Jonathan Mitchell <email@hidden>
  • Date: Tue, 12 Dec 2017 21:40:51 +0000

> 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 think that some developers use reactive frameworks such as ReactiveCocoa to
achieve UI binding on IOS - but I am not sure that would count as a
simplification.

Cocoa bindings are okay though they lack flexibility and features when compared
to the likes of WPF bindings.
WPF bindings are just about as tricky to get right - though the use of a GC
makes life generally easier in a managed world.

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.

J

_______________________________________________

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

  • Follow-Ups:
    • Re: Creating NSTableView programmatically
      • From: Richard Charles <email@hidden>
References: 
 >Creating NSTableView programmatically (From: Eric Matecki <email@hidden>)
 >Re: Creating NSTableView programmatically (From: Jonathan Mitchell <email@hidden>)
 >Re: Creating NSTableView programmatically (From: Eric Matecki <email@hidden>)
 >Re: Creating NSTableView programmatically (From: Quincey Morris <email@hidden>)
 >Re: Creating NSTableView programmatically (From: Eric Matecki <email@hidden>)
 >Re: Creating NSTableView programmatically (From: Quincey Morris <email@hidden>)
 >Re: Creating NSTableView programmatically (From: Richard Charles <email@hidden>)

  • Prev by Date: Re: Background fetch is never called
  • Next by Date: Re: Creating NSTableView programmatically
  • Previous by thread: Re: Creating NSTableView programmatically
  • Next by thread: Re: Creating NSTableView programmatically
  • Index(es):
    • Date
    • Thread