基于整型的枚举,如 enum Bit: Int { case Zero = 0; case One = 1 } 可以通过 @objc 标识来将其桥接到Objective-C 当中。然而,一旦使用整型之外的类型( ...
確定! 回上一頁