Xcode Interface Builder - “correct” way to delete/rename miswired IBoutlets / IBactions

前端 未结 3 870
名媛妹妹
名媛妹妹 2020-12-01 01:06

I am new to Xcode, working through Swift, so I\'m not sure if what I am decribing is actually a bug.

When using interface builder and the assistant editor, I can cre

3条回答
  •  时光说笑
    2020-12-01 02:03

    Use the Connections inspector to break the connection. Then you can modify/delete the object and/or the code without having to worry.

    enter image description here

提交回复
热议问题