IOS UIActionSheet(底部 弹出框的使用)

 

 

    UIActionSheet *sheet = [[UIActionSheet alloc] initWithTitle:@"确定要注销?" delegate:self cancelButtonTitle:@"取消" destructiveButtonTitle:@"确定" otherButtonTitles:nil];
    [sheet showInView:self.view];

 

posted on 2017-03-09 22:25  守望星空  阅读(160)  评论(0)    收藏  举报

导航