您现在的位置:首页 >> 前端 >> 内容

平铺文理+拉伸按钮图片

时间:2013/4/1 14:29:54 点击:

  核心提示:[html]UIColor *circleColorPattern = [UIColor colorWithPatternImage: [UIImage imageNamed:@node.png]];...

[html]
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]; 

 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];

 

作者:网络 来源:不详