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

前端 未结 13 1460
不知归路
不知归路 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:51

    Select the ViewController in storyboard and change the name of the ViewController to the name in the .h or .m file and then try ctrl+click and drag enter image description here

提交回复
热议问题