UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"没有收藏产品" message:nil delegate:self cancelButtonTitle:nil otherButtonTitles:nil, nil];
alert.delegate=self;
[alert show];
[alert dismissWithClickedButtonIndex:3 animated:YES];
微信扫一扫
UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"没有收藏产品" message:nil delegate:self cancelButtonTitle:nil otherButtonTitles:nil, nil];
alert.delegate=self;
[alert show];
[alert dismissWithClickedButtonIndex:3 animated:YES];
相关推荐