How to send and receive userdata in notification?
I want to send NSMutableDictionary with 4 key-values 开发者_StackOverflowin notification and want same at receiving side.
How to do that?
- (void)postNotificationName:(NSString *)aName object:(id)anObject userInfo:(NSDictionary *)aUserInfo;
I think you can use the userInfo
argument
精彩评论