surely the selector of the original is "reset::::" so how can you
even call it successfully by adding labels to the parameters? Does
Obj-C do something odd when you have unlabelled arguments and imply
a labelled argument version from the variable names?
I don't believe this would actually work. There must have been
something else going on. As you point out, "reset::::" and
"reset:newSide:textLoc:newScale:" are two entirely different
selectors, and there's nothing that would transform the first into the
second. (Especially since that transformation would be ambiguous, if
there are other methods on that class of the form "reset:_:_:_".)
_______________________________________________
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:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden
This email sent to email@hidden