Question

I need to create an image badge in Cocoa. Basically I need to take two images one smaller then the other and overlay the smaller image over the larger image with a certain offset. Does Cocoa provide any utility to make this sort of thing easier?

Was it helpful?

Solution

Draw a third image by compositing the two. It's pretty straight forward if you give the drawing documentation a read. Particularly the Images section.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top