Friday 15 July 2011

ios - Resizable Image -


I know that objects of normal size, such as button backgrounds, are to be used again to resize images, but a wire What about an image like?

Is this possible? Take the picture below for reference.

  UIImage * starImage = [[UIImage imageNamed: @ "star"] resizableImageWithCapInsets: UIEdgeInsetsMake (1.0f, 1.0f, 1.0f, 1.0f)];    

If you want to resize an image like a star, Set something big and fill the image view of the image.

Resizable images do not work for something like a star, but it should be one that can resize vertically and / or horizontally.

Gives a good introduction to resizable images.

No comments:

Post a Comment