gpt4 book ai didi

xcode5 添加新的引用导出

转载 作者:行者123 更新时间:2023-12-04 02:34:01 26 4
gpt4 key购买 nike

嗨,我刚刚将我的 xcode 更新为 xcode5,但我不知道如何通过 ctrl-drag 使用 xcode 5 添加新的引用 socket ,并像以前我在 xcode 4.5 中所做的一样放下标签或按钮

先感谢您

最佳答案

打开您的 Storyboard并单击编辑器按钮(看起来像西装)并选择 .h 关联到您的 View :

enter image description here

然后,按住 ctrl 从 Storyboard或头文件上的 xib 或 @interface 和 @end 之间的 .m 中拖动 UI 元素。

XCode 将显示一个带有一些选项的弹出窗口:

enter image description here

您将获得以下代码:

@interface ViewController : UIViewController
@property (weak, nonatomic) IBOutlet UIScrollView *myScrollView;

@end

关于xcode5 添加新的引用导出,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19149821/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com