码迷,mamicode.com
首页 > 移动开发 > 详细

仿安卓,点击任何处,出现多个可以选择的项

时间:2014-10-21 11:58:04      阅读:181      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   sp   div   2014   on   log   

 

效果图:

bubuko.com,布布扣

代码:

 

//点击任何处,弹出提示选项
-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{
    
    UIAlertView * alert=[[UIAlertView alloc] initWithTitle:@"推荐给好友" message:nil delegate:self cancelButtonTitle:nil otherButtonTitles:@"Gmail",@"UC浏览器(乐园)",@"蓝牙",@"信息", nil];
    [alert show];

}

 

仿安卓,点击任何处,出现多个可以选择的项

标签:style   blog   http   color   sp   div   2014   on   log   

原文地址:http://www.cnblogs.com/yang-guang-girl/p/4039919.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!