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