convenience init 只作為補充和提供使用上的方便。并且convenience init 不能被子類重寫或者被子類super形式調用
override func didReceiveMemoryWarning() {
super.didReceiveMemoryWarning()
// Dispose of any resources that can be recreated.
}
convenience init 只作為補充和提供使用上的方便。并且convenience init 不能被子類重寫或者被子類super形式調用
override func didReceiveMemoryWarning() {
super.didReceiveMemoryWarning()
// Dispose of any resources that can be recreated.
}