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/"]]; } |
假广告
最新推荐文章于 2021-06-10 13:52:40 发布