一,首先看幾個方法的調(diào)用順序: initialize->initWithCoder->awakeFromNib->loadView->viewD...
名稱作用 assign直接賦值,和引用計(jì)數(shù)無關(guān),用來聲明簡單數(shù)據(jù)類型的屬性,入int,NSInteger retain對舊對象進(jìn)行釋放,并強(qiáng)引用...
一、 ARC中指針默認(rèn)都是用__strong 修飾的,在ARC下下面兩行代碼意義完全一樣: __strong NSArray *arr0 =...
一、NULL 1、聲明位置 stddef.h文件 2、定義 #undef NULL #ifdef __cplusplus # if !defin...
category 可以在不獲悉,不改變原來代碼的情況下往里面添加新的方法,只能添加,不能刪除修改,并且如果類別和原來類中的方法產(chǎn)生名稱沖突,則類...
NSView、設(shè)置BackgroundColor NSView *view = [[NSView alloc] initWithFrame:NS...
在dealloc 中報(bào)錯 It is possible that this object was over-released, or is in...
1.前幾天使用了Timer然后在controller的deinit方法中打斷點(diǎn)死活不進(jìn)方法,我這邊是這么寫的 但是死活不進(jìn)deinit方法,最后...
1.程序奔潰并且報(bào)錯reason: 'could not dequeue a view of kind: UICollectionElement...