When the bomb drops, the real fun begins, so let's get to work.
UIImage * img = [UIImage imageNamed: @"balloon.png"];
g_balloon_ = [[img stretchableImageWithLeftCapWidth: img.size.width/2 topCapHeight: img.size.height/2] retain];
assert(g_balloon_.leftCapWidth == (int)(img.size.width/2));
Post a Comment
No comments:
Post a Comment