You do this kind of badging using core graphics. Basically you create a bitmapcontext, draw your image into the context, draw your badge onto the context, and get a UIImage back from the context.
You do this kind of badging using core graphics. Basically you create a bitmapcontext, draw your image into the context, draw your badge onto the context, and get a UIImage back from the context.