I'm taking screen captures like this:
UIView *snapshot = [[UIScreen mainScreen] snapshotViewAfterScreenUpdates:YES];
Is there any way I could place something on the screen (like by adding a UIView
), take a snapshot as above that includes this item, and then remove this item, in such a way that the user never actually sees the briefly-added item?