现在的位置: 首页 > 综合 > 正文

平铺文理+拉伸按钮图片

2018年02月02日 ⁄ 综合 ⁄ 共 332字 ⁄ 字号 评论关闭
 UIColor *circleColorPattern = [UIColor colorWithPatternImage:
                                   [UIImage imageNamed:@"node.png"]];
    [self.view setBackgroundColor:circleColorPattern];
    
    
    UIImage *backgroundImage = [[UIImage imageNamed:@"btnImage.jpg"]
                                      resizableImageWithCapInsets:UIEdgeInsetsMake(0,13,0,13)];
    [self.m_Btn setBackgroundImage:backgroundImage
                      forState:UIControlStateNormal];

抱歉!评论已关闭.