如何将旧应用更新到iPhone 5? [英] how do I update my old apps to iPhone 5?

查看:136
本文介绍了如何将旧应用更新到iPhone 5?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


可能重复:

如何为iPhone 5屏幕分辨率开发或迁移应用程序?

我的应用程序使用标准Apple控件。其中一些非常简单(UITableView嵌套在UIView中),其他的是UITcrollView里面的UITextView UIView

My apps use standard Apple controls. Some of them are really simple (UITableView nested in a UIView) and others are UITextView inside a UIScrollView inside a UIView

当我在新的iPhone 5上运行应用程序时,他们是letterboxed。我如何更新它们以利用新的iPhone 5房地产?

When I run the apps on my new iPhone 5, they are letterboxed. How do i update them to take advantage of the new iPhone 5 real estate?

推荐答案

首先要删除信件拳击,你让xcode知道它应该可以在iPhone 5上运行,方法是添加一个名为Default-568h@2x.png的iPhone5大小的启动映像

First of all to remove the letter boxing, you let xcode know it should work on the iPhone 5 by adding an iPhone5 sized startup image which will be named Default-568h@2x.png

直接,你的应用将会没有信箱的工作。

Straight away, your app will work without the letter box.

然后你需要设置格式化视图以适应。根据经验,我所拥有的每个UITableView都会自动调整为更长,但大多数其他视图需要对Struts和Springs进行一些调整。

Then you need to move onto formatting your views to fit. From experience, every UITableView i've had has automatically resized to be longer, but most other views needed some tweaking of the Struts and Springs.

这篇关于如何将旧应用更新到iPhone 5?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆