xcode5:resolution to drag and drop

2013-11-13 Thread Littlefield, Tyler
hello: Just a quick update. I played with this stupid drag and drop for a while and finally got it to work. here's the solution. With your nib or storyboard open in one side and the file you want to work with on the other (in assistant editor), interact with the storyboard and find the table

Re: xcode5:resolution to drag and drop

2013-11-13 Thread Barry Hadder
Good job. I guess I just assumed you had those opened side by side and didn’t think to ask. You can just select a control in the table with keyboard focus as normal and you don’t need that step of routing the mouse to the control. You don’t need to turn cursor tracking off for this, but doesn’t

Re: xcode5:resolution to drag and drop

2013-11-13 Thread Littlefield, Tyler
I always did have them open side by side. the bit about clicking the control was the only way I can actually make this work. the method mentioned before doesn't work for me, maybe it's an XCode 5 issue--I'm not really sure. On 11/13/2013 6:24 PM, Barry Hadder wrote: Good job. I guess I just

Re: xcode5:resolution to drag and drop

2013-11-13 Thread Barry Hadder
I’m using XCode 5. On Nov 13, 2013, at 5:28 PM, Littlefield, Tyler ty...@tysdomain.com wrote: I always did have them open side by side. the bit about clicking the control was the only way I can actually make this work. the method mentioned before doesn't work for me, maybe it's an XCode 5