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); 
} 

原创文章,作者:奋斗,如若转载,请注明出处:https://blog.ytso.com/5104.html

(0)
上一篇 2021年7月16日
下一篇 2021年7月16日

相关推荐

发表回复

登录后才能评论