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

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

    Try selecting your view in the storyboard and clicking on the identity inspector on the right side in class. Enter your view controller name and then drag and drop the item from the storyboard to the view controller.

    Hope it helps.

提交回复
热议问题