gpt4 book ai didi

objective-c - iOS头文件中属性和变量的区别?

转载 作者:IT王子 更新时间:2023-10-29 07:59:09 24 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
Is there a difference between an “instance variable” and a “property” in Objective-c?
Difference between self.ivar and ivar?

在@interface 行之后立即在括号中声明变量与在下面定义属性有什么区别?

例如……

@interface GCTurnBasedMatchHelper : NSObject {
BOOL gameCenterAvailable;
BOOL userAuthenticated;
}

@property (assign, readonly) BOOL gameCenterAvailable;

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