I want to stitch 2 pieces of png side by side. In Cocoa, I would use [NSImage initWithSize], and then just drawInRect.
But UIImage don\'t have initWithSize class, h
Apple's TheElements demo (AtomicElementViewController) has a great example on how to do this. And also how to create a reflection and bevelled look.