[[NSNotificationCenter defaultCenter] postNotificationName:@"clickBtn111" object:myTextField.text userInfo:[NSDictionary dictionaryWithObject:myTextField.text forKey:@"name"]];
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(clickBtn:) name:@"clickBtn" object:nil];
通知中心NSNotificationCenter
最新推荐文章于 2016-07-23 12:11:49 发布
