摘要:
在网络上完的时候,看倒了一个好的文章,刚好是自己感兴趣的方法如下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
阅读(781)
评论(0)
推荐(0)