Chinaunix首页 | 论坛 | 博客
  • 博客访问: 148139
  • 博文数量: 69
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 602
  • 用 户 组: 普通用户
  • 注册时间: 2014-12-25 20:56
文章分类

全部博文(69)

文章存档

2015年(68)

2014年(1)

我的朋友

分类: iOS平台

2015-10-08 11:11:39

  UITapGestureRecognizer *tapGesture = [[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(tappedBackGroundView)];

    [self.backGroundView addGestureRecognizer:tapGesture];


[self addSubview:self.backGroundView];

阅读(1010) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~