摘要: //在viewDidLoad方法中创建Toolbartoolbar = [[UIView alloc] initWithFrame:CGRectMake(0, 0, 320, 66)];toolbar.backgroundColor = [UIColor redColor];//添加到tableVi... 阅读全文
posted @ 2014-05-22 22:27 2014_4_30 阅读(229) 评论(0) 推荐(0)