Re: Parameters Bindings
Re: Parameters Bindings
- Subject: Re: Parameters Bindings
- From: Kyle Sluder <email@hidden>
- Date: Tue, 19 Jan 2010 08:40:21 -0800
On Jan 19, 2010, at 7:34 AM, Richard Somers
<email@hidden> wrote:
To answer my own question, parameters are actually variables named
in the parenthesized list in a function definition. So "Parameters
Bindings" must be referring to the binding of variables which are
used in method definitions of the bindings enabled class in question.
This is incorrect. A parameter is a value that defines boundaries or
behavior. The "parameter bindings" are kept separate from the "value
bindings" because the latter deal with the data presented by the view,
while the former deal with how that view presents that data. Otherwise
there is absolutely no difference between their behavior.
--Kyle Sluder
_______________________________________________
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