Swift中类方法
class func customizedNavigationController() -> UINavigationController{
代码
}
对象方法
Swift中实例方法
func customizedNavigationController() -> UINavigationController{
代码
}
类方法前面加小写的class
Swift中类方法
class func customizedNavigationController() -> UINavigationController{
代码
}
对象方法
Swift中实例方法
func customizedNavigationController() -> UINavigationController{
代码
}
类方法前面加小写的class
本文标题:[Swift]OC的类方法在Swift中写法
本文链接:https://www.haomeiwen.com/subject/rcupqttx.html
网友评论