美文网首页
[Swift]OC的类方法在Swift中写法

[Swift]OC的类方法在Swift中写法

作者: 糖醋大排 | 来源:发表于2015-07-20 15:00 被阅读7587次

Swift中类方法
class func customizedNavigationController() -> UINavigationController{
代码
}
对象方法

Swift中实例方法
func customizedNavigationController() -> UINavigationController{
代码
}

类方法前面加小写的class

相关文章

网友评论

      本文标题:[Swift]OC的类方法在Swift中写法

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