博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2011年5月30日

摘要: 在网络上完的时候,看倒了一个好的文章,刚好是自己感兴趣的方法如下CGRect frame = CGRectMake(0,0,320,49);UIView *v = [UIView alloc]initWithFrame:frame];UIImage *img = [UIImage imageNamed:@"tabbar.png"];UIColor *c =[ [UIColor alloc]initWithPatterImage:img];v.backgroundColor = c;[m_TabbBar.tabBar insertSubView v atIndex:0];m_ 阅读全文
posted @ 2011-05-30 23:34 Likwo 阅读(769) 评论(0) 推荐(0) 编辑