gpt4 book ai didi

objective-c - Xcode Outlet 生成不生成@synthesize

转载 作者:搜寻专家 更新时间:2023-10-30 19:53:23 27 4
gpt4 key购买 nike

我在生成拖放 socket 时遇到问题,由于某种原因,Xcode 停止向 .m 文件生成 @synthesize,@property 已正确添加到 .h 文件。

我也觉得奇怪的是,@interface block 被添加到 .m 文件,即使带有 @interface 的 .h 文件存在。

@interface BlahController {

}

@implementation BlahController : UIViewController {
//Code
}

最佳答案

I am having an issue with Drag and Drop Outlet generation, for some reason Xcode stopped generating @synthesize to the .m file, the @property is added correctly to the .h file.

最新版本的编译器不再需要@synthesize 指令。只需使用 @property 指令声明一个属性就足以导致访问器被合成,除非您使用 @dynamic 指令或提供您自己的访问器) 的属性。

关于objective-c - Xcode Outlet 生成不生成@synthesize,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12669228/

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