Can't drag and drop item from storyboard to viewcontroller in xcode

前端 未结 13 1441
不知归路
不知归路 2021-02-02 10:54

I started working with xcode a few days ago, and today I tried to connect a textview from the main storyboard to the viewcontroller, but I figured out that its not working.

13条回答
  •  梦如初夏
    2021-02-02 11:35

    For anyone who is new to XCode this picture might help more:

    Select the item in Main.storyboard from the right pane and then set the class for the view in the right pane. Now you can ctrl + drag into your class

提交回复
热议问题