Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1062267
  • 博文数量: 403
  • 博客积分: 10272
  • 博客等级: 上将
  • 技术积分: 4407
  • 用 户 组: 普通用户
  • 注册时间: 2012-02-24 14:22
文章分类

全部博文(403)

文章存档

2012年(403)

分类: 嵌入式

2012-04-14 20:06:26

#import #import @interface EnlargeImageDoubleTap : UIImageView { UIView *parentview; //父窗口,即用将UIImageEx所加到的UIView UIImageView *imageBackground; //放大图片后的背景 UIView* imageBackView; //单独查看时的背景 UIView* maskView; //遮罩层 CGRect frameRect; } @property (nonatomic,retain) UIView *parentview; @property (nonatomic,retain) UIImageView *imageBackground; @property (nonatomic,retain) UIView* imageBackView; @property (nonatomic,retain) UIView* maskView; - (void)handleDoubleTap:(UITapGestureRecognizer *)recognizer; //必须设置的 - (void)setDoubleTap:(UIView*)imageView; @end
阅读(1849) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~