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