2012年6月20日
摘要: AppDelegate * appDelegate = [[UIApplication sharedApplication] delegate];AppRaterView * raterView = [[AppRaterView alloc] initWithNibName:@"AppRaterView" bundle:nil]; CGRect f = CGRectOffset(raterView.view.frame, 0.0, 20.0); raterView.view.frame = f; [appDelegate.window addSubview:raterVie 阅读全文
posted @ 2012-06-20 17:43 tx天翔 阅读(244) 评论(0) 推荐(0) 编辑
摘要: 1、NavBar背景图片及barbuttonItem的颜色设置: picker.navigationBar.tintColor = [UIColor colorWithRed:209.0/255 green:183.0/255 blue:126.0/255 alpha:1.0]; if ([[[UIDevice currentDevice] systemVersion] floatValue] >= 5.0) { [picker.navigationBar setBackgroundImage:[UIImage imageNamed:@"nav_bg.png"] fo 阅读全文
posted @ 2012-06-20 11:07 tx天翔 阅读(1433) 评论(0) 推荐(0) 编辑