OC NSInvocation的簡單運用

2021-07-04 20:29:20 字數 771 閱讀 6606

2.nsinvocation的作用:

3.nsinvocation的使用步驟

4.使用nsinvocation時的

注意點:

5.nsinvocation的簽名(nsmethodsignature)的使用

(2).

注意點:

#import "viewcontroller.h"

@inte***ce

viewcontroller ()

@end

@implementation

viewcontroller

- (void)viewdidload

// 不帶引數的方法

- (void)call

// 帶1個引數的方法

- (void)callwithnumber:(nsstring *)number

// 帶2個引數的方法

- (void)sendmessagewithnumber:(nsstring *)number andcontent:(nsstring *)content

// 帶3個引數的方法

- (void)sendmessagewithnumber:(nsstring *)number andcontent:(nsstring *)content status:(nsstring *)status

@end

container of 的的的原理

另外一篇,同樣精彩,揭開linux核心中container of的神秘面紗 華清遠見嵌入式學院講師。在linux 核心中有乙個大名鼎鼎的巨集container of 這個巨集是用來幹嘛的呢?我們先來看看它在核心中是怎樣定義的。呵呵,乍一看不知道是什麼東東。我們先來分析一下container of p...

存在的就是合理的,發生的即是必然的。

筆者有時候會想,什麼是對,什麼是錯?對於追求某一件事情之前首先會考慮,為什麼我要做這件事情。所以經過自我分析和生活周邊環境的總結。我認為,對於乙個人來,這是在站在個體的角度上說。什麼是對的?就是你自己覺得是對的,它就是對的。不過這個只是你自己的想法。主觀上的正確,不代表客觀上也受到了別人的認可。就拿...

Apache的rewrite的重寫相關的引數

apache mod rewrite規則重寫的標誌一覽 使用mod rewrite時常用的伺服器變數 rewriterule規則表示式的說明 匹配任何單字元 chars 匹配字串 chars chars 不匹配字串 chars text1 text2 可選擇的字串 text1或text2 匹配0到1...