美文网首页
swift:枚举值转Int

swift:枚举值转Int

作者: 半江瑟瑟 | 来源:发表于2016-09-22 17:31 被阅读235次
    let dict = [NSParagraphStyleAttributeName:par,
                    NSFontAttributeName:self.alertContentLabelFont(),
                    NSUnderlineStyleAttributeName:NSNumber.init(integer: NSUnderlineStyle.StyleNone.rawValue)]
    

    //Cannot convert value of type 'NSUnderlineStyle' to expected argument type 'Int' --->用rawValue 解决枚举转Int

    相关文章

      网友评论

          本文标题:swift:枚举值转Int

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