Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't drag/drop objects in View Controller unless zoomed

Tags:

io

xcode

I've seen many videos of people working with xcode 4+ in which they can drag/drop objects onto their views with no problem (e.g @2:20 http://www.youtube.com/watch?v=It2fAolaFV0). I, on the other hand, have to select the View Controller of interest, and zoom in a crazy amount before I can drag/drop objects onto it (until I can't see anything but background of UIView)

I can't seem to find any preference for this (or information on it), so thought I might ask here. Does anyone know how to change this?

like image 982
DrTchocky Avatar asked Feb 24 '12 20:02

DrTchocky


1 Answers

No there is no way of changing this. You have to zoom the view to one view controller to be able to drag and drop controls.

like image 87
ChArAnJiT Avatar answered Sep 18 '22 16:09

ChArAnJiT