Revision: 42086
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at February 26, 2011 20:10 by torhector2
Initial Code
UIImage* buttonImage =[[UIImage imageNamed:@"button.png"] stretchableImageWithLeftCapWidth:5.0 topCapHeight:0.0]; UIImageView* imageView = [[UIImageView alloc] initWithImage:buttonImage]; imageView.frame = CGRectMake(0, 0, 300.0, buttonImage.size.height); //Ver esta URL, hay coÌdigo https://github.com/boctor/idev-recipes/tree/master/StretchableImages
Initial URL
Initial Description
Initial Title
Redimensionar imagen seguÌn contenido (como los globos de los SMS) stretchableImageWithLeftCapWidth
Initial Tags
Initial Language
Objective C