Swift中類方法
class func customizedNavigationController() -> UINavigationController{
代碼
}
對(duì)象方法
Swift中實(shí)例方法
func customizedNavigationController() -> UINavigationController{
代碼
}
類方法前面加小寫的class
Swift中類方法
class func customizedNavigationController() -> UINavigationController{
代碼
}
對(duì)象方法
Swift中實(shí)例方法
func customizedNavigationController() -> UINavigationController{
代碼
}
類方法前面加小寫的class