iOS開發細節 | 通知怎麼寫?

前言 工作的這一年多時間裏我見識了各種通知的寫法,今天總結一下。 第一種: 最純粹的,如: 1 [[NSNotificationCenter defaultCenter] postNotificationName:@ "aNotification"  object:nil]; 第二種: 在PCH文件中寫宏,如: 1 #define aNotification @ "aNotification" 第
相關文章
相關標籤/搜索