首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

平铺文理+拉伸旋钮图片

2013-04-02 
平铺文理+拉伸按钮图片 UIColor *circleColorPattern [UIColor colorWithPatternImage:[UIImage imageNa

平铺文理+拉伸按钮图片

 UIColor *circleColorPattern = [UIColor colorWithPatternImage:                                   [UIImage imageNamed:@"node.png"]];    [self.view setBackgroundColor:circleColorPattern];            UIImage *buttonBackgroundImage = [[UIImage imageNamed:@"btnImage.jpg"]                                      resizableImageWithCapInsets:UIEdgeInsetsMake(0,13,0,13)];    [self.m_Btn setBackgroundImage:buttonBackgroundImage                      forState:UIControlStateNormal];

热点排行