开发者

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

开发者 https://www.devze.com 2023-03-29 16:51 出处:网络
How can I s开发者_运维问答ave multiple objects (UIImageViews and UILabels) into an image that will be saved to the users 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

精彩评论

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