sendAction的用法:to:from:forEvent:?

时间:2011-06-26 09:18:08

标签: ios uikit

-[UIApplication sendAction:to:from:forEvent:]方法看起来很有趣。是否有任何使用方法大大使用这种方法?

1 个答案:

答案 0 :(得分:2)

阅读Cocoa中的“响应者链”模式。调用此方法(nil参数的to:)是iOS应用向该链发布操作的方式。