UIAlertView 提示弹窗

                            UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"没有收藏产品" message:nil delegate:self cancelButtonTitle:nil otherButtonTitles:nil, nil];

                           alert.delegate=self;

                           [alert show];

                           [alert dismissWithClickedButtonIndex:3 animated:YES];

posted on 2015-07-23 10:49  yucaijiang  阅读(186)  评论(0编辑  收藏  举报

导航