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> 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. > 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. -- 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.