2015年7月1日

查找并删除视图

摘要: UIWindow *win = [[UIApplication sharedApplication].windows objectAtIndex:0]; for (UIView* uv in win.rootViewController.view.subviews) { if([... 阅读全文

posted @ 2015-07-01 15:59 大木哥 阅读(221) 评论(0) 推荐(0) 编辑

IOS 动画的两种方式

摘要: 方式一:[UIView animateWithDuration:1 animations:^{ //动画的内容 CGRect frame = CGRectMake([UIParam widthScreen]-25, 54, 0, 0); [self setF... 阅读全文

posted @ 2015-07-01 15:49 大木哥 阅读(256) 评论(0) 推荐(0) 编辑

IOS手势

摘要: UITapGestureRecognizer *doubleClick = [[UITapGestureRecognizer alloc]initWithTarget:self action:@selector(PictureClick:)]; doubleClick.numberOfTaps... 阅读全文

posted @ 2015-07-01 11:25 大木哥 阅读(238) 评论(0) 推荐(0) 编辑

导航