Smooth runs the water where the brook is deep.
這個 pop menu 的 "Print Description of "xxx" 的內容啊, 如果是自行定義開發 或是繼承自其它物件之後, 有多出來的資訊想要被印出來, 可以在該 class 內容 新增 method 像這樣 :- (NSString *) description{ return @"想要顯示的資訊內容"}
這個 pop menu 的 "Print Description of "xxx" 的內容啊, 如果是自行定義開發 或是繼承自其它物件之後, 有多出來的資訊想要被印出來, 可以在該 class 內容 新增 method 像這樣 :
回覆刪除- (NSString *) description
{
return @"想要顯示的資訊內容"
}