| UIButton *adBtn=[UIButton buttonWithType:UIButtonTypeCustom]; [adBtn setBackgroundImage:[UIImage imageNamed:@"GoAd"] forState:UIControlStateNormal]; adBtn.frame=CGRectMake(0, 0, 320, 50); [adBtn addTarget:self action:@selector(gotoPage) forControlEvents:UIControlEventTouchUpInside]; [self.bgScrollView addSubview:adBtn];
-(void)gotoPage { [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://gongyi.qq.com/zt/2010/children/"]]; } |
假广告
最新推荐文章于 2025-07-05 09:17:38 发布
2453

被折叠的 条评论
为什么被折叠?



