gpt4 book ai didi

ios - 如何为我的 SexyTooltip 实例定义允许的箭头方向?

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

根据文档here我要使用 typedef 为 sexyTooltip 指定箭头方向数组。

他们建议:

typedef NS_ENUM(NSUInteger, SexyTooltipArrowDirection) {
SexyTooltipArrowDirectionUp,
SexyTooltipArrowDirectionDown,
SexyTooltipArrowDirectionLeft,
SexyTooltipArrowDirectionRight
};

我对 typedef 是什么以及定义它后如何使用它感到困惑。我将如何按照文档中的描述实现这一点?

最佳答案

SexyTooltip.h中有一个例子:

SexyTooltip *tooltip = [[SexyTooltip alloc] initWithView:self.instructionsView];
tooltip.permittedArrowDirections = @[@(SexyTooltipArrowDirectionDown), @(SexyTooltipArrowDirectionUp)];

您没有创建问题中显示的枚举,它已经为您提供。

关于ios - 如何为我的 SexyTooltip 实例定义允许的箭头方向?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50557997/

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