Tuesday, 16 October 2012

Setting image to any controls without stretchable in iPhone

UIImage *buttonImage = [[UIImage imageNamed:@"lbl_rightcut_small"]
             resizableImageWithCapInsets:UIEdgeInsetsMake(0, 20, 0, 20)];
[whichCatBtn setBackgroundImage:buttonImage forState:UIControlStateNormal];
    [

No comments:

Post a Comment