-[UIApplication sendAction:to:from:forEvent:]
method looks in开发者_开发知识库teresting. Is there any usage utilizes this method greatly?
Read up on the "responder chain" pattern in Cocoa. Calling this method (with nil
for the to:
parameter) is how iOS apps post actions to that chain.
精彩评论