gpt4 book ai didi

Objective-C 方法引用

转载 作者:行者123 更新时间:2023-12-04 05:44:25 24 4
gpt4 key购买 nike

我知道如何在 Objective-C 中编写选择器名称,例如 mergeThis:withThat: ,但是有人可以告诉我,我如何引用(例如在文档、文本或提交消息中)一个方法属于一个类并且是一个实例方法还是一个类方法?

在 Ruby 中我会写 String#reverse例如方法或 File::exists?(file_name)对于类方法。见 this question .

在 Objective-C 中是否有标准化的方法或约定?

最佳答案

在 Objective-C 中,你会为实例方法写这样的东西:

-[MyClass myMethodWithArg:andAnotherArg:]

这对于类方法:
+[MyClass staticMethodWithArg:andAnotherArg:]

更新评论

我正在使用 NSLog__PRETTY_FUNCTION__输出格式(每 Zarra Studio's coding guidelines )提供那种输出。 Apple 的文档提供以下格式,但它依赖于类上下文:

enter image description here

关于Objective-C 方法引用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10879410/

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