//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);
}
用户登录
还没有账号?立即注册
用户注册
投稿取消
| 文章分类: |
|
还能输入300字
上传中....
约翰就越深v