How can I s开发者_运维问答ave multiple objects (UIImageViews and UILabels) into an image that will be saved to the users Photos app?
Any help appreciated,
Seb
You can create a UIImageView
, set the background image to whatever UIImage
you like. Then add subviews, e.g. UILabel
, UIImageView
, etc. That done, you can take a screen shot programmatically and save it to photos, email it, message it, etc. If you have trouble with any part of this, then just google for help or, if that fails, post a specific question on SO.
精彩评论