Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am trying to work with storyboards in iOS, and it's driving me nuts because I can't drag storyboard elements around in the UI to clean up the visual structure of the relationships. Should I be able to move them around? If so, what might I be doing wrong?

I should note I am accessing the Mac environment via RealVNC on Windows, which might have something to do with it, and I have little choice in the matter, unfortunately. But I have no problems moving UI elements around within a view. It's just the top-level storyboard views that I can't rearrange.

EDIT: I've dropped the storyboard tag, since this seems to affect all top-level views and windows in my Xcode editor, not just those belonging to storyboards.

share|improve this question

3 Answers

up vote 12 down vote accepted

I ran into this problem using a Synergy client on a mac. I assume it has something to do with the mouse lag and how the storyboard registers click and drag. My solution for now is to use a mouse connected directly to the mac, but it would be nice if the Apple would fix this issue in future xcode releases.

share|improve this answer
It's funny you should mention that. I switched to using Synergy as well, and ended up doing exactly the same thing: attaching a mouse to manipulate top-level views. I noticed that right-click dragging also doesn't work through Synergy. – Marcelo Cantos Feb 15 '12 at 23:01
+1 for this, was wondering why the storyboard seemed so crippled! – Caesium Mar 1 '12 at 1:23
Great catch. Last thing I would have thought of. – Answerbot Mar 11 '12 at 18:24
Yes, excellent catch. I am having this problem using screen sharing. Was driving me nuts. Still is, but at least I know what is happening now. – vagrant Mar 27 '12 at 17:00
seems to be happening to me using logmein.com – roocell Apr 12 '12 at 13:39

After trying almost every remote screen implementation I could get my hands on, I've come to the same conclusion.

This also affects control-drag for connections. The workaround on ctrl-drag is to right click on an element and drag from the pop-up menu.

For dragging top-level elements, I have a spare mouse connected to the mac like you. But this fix isn't robust because if the mac (running VNC) doesn't have a monitor attached, the remote cursor does not seem to report itself to VNC clients correctly. Is this consistent with your findings, or does your mac have a monitor connected? Reboot with a monitor and I suspect your mac-mouse will not behave correctly through VNC. The fix here is to connect a monitor to the mac briefly, and then remote cursor reports itself correctly from that point onwards (until the next reboot).

share|improve this answer
I never tried using a separate mouse with VNC. I eventually switched to a real screen with Synergy. – Marcelo Cantos Apr 17 '12 at 5:42

I just bumped into the same issue, I was using Synergy v. 1.3.7 on Mac (Client) and Synergy v. 1.4.4 on Linux (Server).

I upgraded to Synergy 1.4.10 on both Mac and Linux and now everything works for me as expected.

share|improve this answer
Thanks for the tip. Unfortunately, however, this actually makes things worse, since I can no longer Ctrl+Click on UI objects to bring up their context view. Right-Click never worked for this purpose, but now nothing works. – Marcelo Cantos Nov 12 '12 at 23:13

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.