gpt4 book ai didi

iphone - 如何在没有点符号的情况下写这个

转载 作者:行者123 更新时间:2023-11-28 17:59:55 25 4
gpt4 key购买 nike

谁能帮我写下下面的内容,不使用点符号:

self.bounds.size.width

我已经尝试过 [[[self bounds] size] width],但这会导致错误。有什么想法吗?

最佳答案

您已经克服了点语法的歧义。

你想要:

[self bounds].size.width

-bounds 返回一个 NSRect C 结构。因此,您可以使用传统的点来访问其中的项目。

关于iphone - 如何在没有点符号的情况下写这个,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3894051/

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