Hello Tyler. Here's the problem. The developers who build the Interface Builder know a lot more about Objective C and the various APIS than we do. When people use the Interface builder, much of the heavy lifting is already done for them. Consequently, Authors who write textbooks don't take the time to take us under the hood where we really need to be. Instead, they teach the Interface builder then teach students to write the code for the events. I checked www.overstock.com <http://www.overstock.com> and found it to be a huge general purpose forum. We really need access to comprehensive Objective C documentation, a complete list of the APIS and the documentation for each. Once we learn to build applications programmatically, then we are more competent programmers than our sighted counterparts because we understand what's really going on. In addition, when we use a textbook, we literally have to translate Interface Builder speak into lines of code. The question then is this, where is the Objective C documentation? Where can we find a description of all of the APIS? Can you point us in the right direction?
Thanks so much. From: macvisionaries@googlegroups.com [mailto:macvisionaries@googlegroups.com] On Behalf Of Tyler Thompson Sent: Friday, July 5, 2013 2:13 AM To: macvisionaries@googlegroups.com Subject: Re: xcode creating actions and outlets believe me i understand the frustrations of working with objective C, especially if it's new. As it happens I find that programmatically linking your UI elements tends to actually work a little better (as it gives you much more control), but for each person it's different :) On Jul 5, 2013, at 1:05 AM, Yuma Antoine Decaux <jamy...@gmail.com <mailto:jamy...@gmail.com> > wrote: Hi, There is a method which i found on the maccessibility news page. Convoluted, and not able to do it yet, it's driving me crazy. I might try it programmatically but i'm going through a textbook method and they're entirely gui based so i'm left wanting, once more. Starting to get tired of the whole idea of computers. Feel like throwing this macbook out and hammer it "Light has no value without darkness" On 5/07/2013, at 12:28 PM, Tyler Thompson <tktpianostud...@gmail.com <mailto:tktpianostud...@gmail.com> > wrote: To tack on to my previous comment here's how you can programatically link objects with objective c NSButton *theButton; [theButton addTarget:self action:@selector(buttonMethod:) forControlEvents:someControlEvent]; On Jul 4, 2013, at 10:23 PM, Yuma Antoine Decaux <jamy...@gmail.com <mailto:jamy...@gmail.com> > wrote: Hi All, I am going through an IOS book right now, and am stuck at a point where i need to create an action in my controller for a button. I'm supposed to control drag a button to my assistant editor so that x code can automatically place the appropriate action method and properties to my project.h, project.m and project.xib files. But there is no control drag in voice over. Is this another unsurmountable obstacle or is there actually a method to do this? Any help greatly appreciated Best regards, Yuma "Light has no value without darkness" "Light has no value without darkness" -- You received this message because you are subscribed to the Google Groups "MacVisionaries" group. To unsubscribe from this group and stop receiving emails from it, send an email to macvisionaries+unsubscr...@googlegroups.com <mailto:macvisionaries+unsubscr...@googlegroups.com> . To post to this group, send email to macvisionaries@googlegroups.com <mailto:macvisionaries@googlegroups.com> . Visit this group at http://groups.google.com/group/macvisionaries. For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "MacVisionaries" group. To unsubscribe from this group and stop receiving emails from it, send an email to macvisionaries+unsubscr...@googlegroups.com <mailto:macvisionaries+unsubscr...@googlegroups.com> . To post to this group, send email to macvisionaries@googlegroups.com <mailto:macvisionaries@googlegroups.com> . Visit this group at http://groups.google.com/group/macvisionaries. For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "MacVisionaries" group. To unsubscribe from this group and stop receiving emails from it, send an email to macvisionaries+unsubscr...@googlegroups.com. To post to this group, send email to macvisionaries@googlegroups.com <mailto:macvisionaries@googlegroups.com> . Visit this group at http://groups.google.com/group/macvisionaries. For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "MacVisionaries" group. To unsubscribe from this group and stop receiving emails from it, send an email to macvisionaries+unsubscr...@googlegroups.com <mailto:macvisionaries+unsubscr...@googlegroups.com> . To post to this group, send email to macvisionaries@googlegroups.com <mailto:macvisionaries@googlegroups.com> . Visit this group at http://groups.google.com/group/macvisionaries. For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "MacVisionaries" group. To unsubscribe from this group and stop receiving emails from it, send an email to macvisionaries+unsubscr...@googlegroups.com. To post to this group, send email to macvisionaries@googlegroups.com. Visit this group at http://groups.google.com/group/macvisionaries. For more options, visit https://groups.google.com/groups/opt_out.