摘要: //开始一个动画块 [UIView beginAnimations:@"View1" context:nil]; //设置是否激活动画 [UIView setAnimationsEnabled:YES]; //设置在动画块内部动画属性改变开始的时间 [UIView setAnimationStartDate:(NSDate*)startTime]; //... 阅读全文
posted @ 2014-01-15 23:53 嘟嘟夜未央 阅读(148) 评论(0) 推荐(0) 编辑
摘要: cnblogs 博客园csdn 国内比较大的技术网站chinaunix 做linux/unix都在这http://blog.51cto.com/http://www.iteye.com/blogs 阅读全文
posted @ 2014-01-15 23:45 嘟嘟夜未央 阅读(374) 评论(0) 推荐(0) 编辑
摘要: //跳转- ( void)present:( id )sender { NSLog ( @"the button,is clicked …" ); // 创建准备跳转的 UIViewController ModalViewController *modalViewController = [[ ModalViewController alloc ]init ]; // 设置跳转效果 modalViewController. modalTransitionStyle =UIModalTransitionStyleCoverVertical ; // 开始跳转 ... 阅读全文
posted @ 2014-01-15 18:51 嘟嘟夜未央 阅读(194) 评论(0) 推荐(0) 编辑
摘要: UIView *loadView = [[UIControl alloc]initWithFrame:CGRectMake(0,0,320,480)]; loadView.backgroundColor = [UIColor clearColor]; [(UIControl *)loadView addTarget:self action:@selector(removeLoadView1)forControlEvents:UIControlEventTouchUpInside]; 阅读全文
posted @ 2014-01-15 13:39 嘟嘟夜未央 阅读(155) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2014-01-15 11:29 嘟嘟夜未央 阅读(4) 评论(0) 推荐(0) 编辑