Re: new to Cocoa/Objective-c: many points of confusion
Re: new to Cocoa/Objective-c: many points of confusion
- Subject: Re: new to Cocoa/Objective-c: many points of confusion
- From: Lee Ann Rucker <email@hidden>
- Date: Mon, 04 Feb 2013 11:45:37 -0800
On Jan 21, 2013, at 10:10 PM, Alex Hall wrote:
> Hello all,
>
>
> *Outlets: I have a basic idea that these are a way of sending messages from object to object, a bit like listeners. However, I don't really understand the syntax used to make them. Moreover, I always see them used in GUIs, but Xcode's Interface Builder won't let Voiceover users make connections, so I can't proceed with Apple's tutorials on this topic.
While Outlets do make things easier, it's possible to code without them. There's an Apple Sample app called "ButtonMadness" that demonstrates outlet-based and code-based button creation.
https://developer.apple.com/library/mac/#samplecode/ButtonMadness/Introduction/Intro.html
_______________________________________________
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