美文网首页iOS 问答集合
Swift 如何声明某个属性已过期

Swift 如何声明某个属性已过期

作者: 船长_ | 来源:发表于2018-10-10 10:30 被阅读13次

    添加代码示例

    @available(*, deprecated, message: "use gender instand of it")
    @objc public var sex : NSInteger = 0
    @objc public var gender : NSInteger = 0
    
    deprecated.png

    相关文章

      网友评论

        本文标题:Swift 如何声明某个属性已过期

        本文链接:https://www.haomeiwen.com/subject/hkfpaftx.html