gpt4 book ai didi

ios - 为什么在 ObjectiveC 中参数前面有一个 "_"?

转载 作者:可可西里 更新时间:2023-11-01 17:07:25 29 4
gpt4 key购买 nike

<分区>

我是 iOS 开发的新手,正在研究适用于 IOS 的Bluetooth Low Energy (BLE, Bluetooth 4.0)

我看到了一些示例代码,如下所示:

@property (strong, nonatomic) CBPeripheralManager *peripheralManager;

- (void)viewDidLoad
{
[super viewDidLoad];

// Start up the CBPeripheralManager
_peripheralManager = [[CBPeripheralManager alloc] initWithDelegate:self queue:nil];
}

问题是:

为什么在 ViewDidload 的 peripheralManager 前加了“_”?

对不起我的英语和任何愚蠢的......

提前致谢。

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