Adding storyboard to existing project

后端 未结 6 767
温柔的废话
温柔的废话 2021-01-31 04:49

I have created a project without support of storyboards, but later I have added a storyboard. Storyboard work well and i see it\'s contents when loading app in emulator.

6条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-31 05:23

    Have you checked if the controls you want to connect have an corresponding IBOutlet or IBAction in the controller? Then you should be able to connect them as usual.

提交回复
热议问题