UIActionSheet的使用

2015-06-26 0 192
UIActionSheet的使用
//UIActionSheet————————————————————————————————————————————————————————————————
- (void) showInfo:(NSNotification *) notice{
//    NSLog(@"键盘马上出来了,%@",notice.userInfo);
//    UIActionSheet * action=[[UIActionSheet alloc] initWithTitle:str delegate:self cancelButtonTitle:@"cancle" destructiveButtonTitle:@"destructive" otherButtonTitles: @"bt1",@"bt2",@"bt3",@"bt4",nil];
    
//    [action showInView:self.view];
}


//UIActionSheet代理方法
- (void)actionSheet:(UIActionSheet *)actionSheet clickedButtonAtIndex:(NSInteger)buttonIndex
{
//    NSLog(@"%li", buttonIndex);
}

遇见资源网 objective-c UIActionSheet的使用 http://www.ox520.com/17835.html

上一篇: mvvm
常见问题

相关文章

发表评论
暂无评论
官方客服团队

为您解决烦忧 - 24小时在线 专业服务