Make IBOutlet/IBAction Connection without mouse in Interface Builder
How to make IBOutlet/IBAction Connection with开发者_如何学Goout mouse in Interface Builder in XCode? Sometimes my mouse is stuck. Please help.
Interface Builder is designed to work with a pointing device. So you must use a mouse or any other pointing device(e.g. trackpad). Without any pointing device creating connection is not possible.
You need either your track pad / mouse working to work with Interface Builder.
精彩评论