gpt4 book ai didi

objective-c - 是否有可能有一个 "#pragma mark"层次结构?

转载 作者:太空狗 更新时间:2023-10-30 03:20:01 28 4
gpt4 key购买 nike

我经常使用 #pragma mark - Description 在 Xcode 中组织我的方法。但是,我发现有时我需要为我的方法设置类别和子类别,如下所示:

  • Public Methods

    • Helper Methods
      • aMethod
    • Other Type of Methods
      • anotherMethod
  • Private Methods

    • Some Type of Method
      • aPrivateMethod

这可能吗?

最佳答案

只需在主要部分前后使用 - 将其包围在行中,排除子部分的破折号,然后方法名称将一如既往地显示。

#pragma mark - Public Methods -
#pragma mark Helper Methods
- (void)aMethod{}
#pragma mark Other Type of Methods
- (void)anotherMethod{}

#pragma mark - Private Methods -
#pragma mark Some Type of Method
- (void)aPrivateMethod{}

enter image description here

关于objective-c - 是否有可能有一个 "#pragma mark"层次结构?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13128648/

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