开发者

How to save multiple UILabels and UIImageViews onto an image into the 'Photos' app

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜