swift enum通过CASE的相关价值

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了swift enum通过CASE的相关价值相关的知识,希望对你有一定的参考价值。

guard case .textStickerEdit(let type) = itemType else { return }

// or

guard case .player = timelineState else { return }
// placement position around `=` is crutial

以上是关于swift enum通过CASE的相关价值的主要内容,如果未能解决你的问题,请参考以下文章

Swift ENUM 如何将“rawValue”转换回 Enum 大小写?

swift 相关值を持つenumの比较

Swift Syntax 01 - 枚举类型

Swift具体解释之六----------------枚举结构体类

Swift之枚举enum的语法和功能

swift Enumerations