问题描述
我有一个有效的IPad应用程序。我在默认的白色屏幕上构建了所有内容,并且我想将图像添加到图像的背景中。我阅读了几篇文章和大部分建议,用背景图像创建一个新的UIImage并将其拉伸到全屏。我试过了,但是我使用了一对UIImage来显示拍摄的照片,我的UIImage似乎停留在背景的背面而且它们没有显示出来。
I have a working IPad App. I built everything on a default white screen and I want to add an image to background of the image. I read a couple of articles and most of the suggest to create a new UIImage with the background image and stretch it to the full screen. I tried that but I am using a couple UIImage to display the photos taken and my UIImage s seem to stay at the back of the background and they don't get shown.
设置IPad App背景的正确方法是什么?
What is the proper way to set the background of IPad App?
这是我的iPad的屏幕截图应用程序
this is the screenshot of my IPad App
推荐答案
请按以下步骤操作:
1)将 UIImageView
添加到 UIView
。
2)用背景填充 UIImage
。
3)选择您的背景 UIImageView
并选择发送至后退选项....
3) Select your Background UIImageView
and Select "Send to Back" Option....
这篇关于将背景图像设置为IPad App的正确方法的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!