
通知消息
JR_Wang2491
从事移动端 10 年+,主iOS、android,副 js、cocos creator
可以私人定制 app,v:Jun_Yeong-Huang
展开
-
IOS---通知事件
IOS—通知事件 步骤: 1.在要传送数据的.m文件中编写:NSDictionary *dict =[[NSDictionary alloc] initWithObjectsAndKeys:self.schoolScreach.text,@"schoolScreach", nil]; NSNotification *notification = [NSNotification no原创 2015-10-05 20:12:51 · 462 阅读 · 0 评论 -
ios代理传值
ios代理方法 简介:简单粗暴的代理传值,此文是在视图A跳转到视图B中,再在视图B中把对应的值传到视图A中 视图A–ViewControllerA.m//设置delegate协议@interface ViewController () <ViewControllerBDelegate>@end//设置点击按钮跳转到视图B中-(void)Btn:(UIButton *)btn{原创 2016-05-18 20:52:46 · 309 阅读 · 0 评论