什么是弃用的推送转场?(iOS 8) [英] What is a deprecated push segue? (iOS 8)

查看:26
本文介绍了什么是弃用的推送转场?(iOS 8)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我不知道在这种情况下弃用是什么意思.我是编程新手,正在 Xcode 6 中制作我的前几个应用程序.今天我正在制作一个待办事项列表应用程序,当连接到用户可以输入新的待办事项以添加到主表的场景时,我被邀请使用 push segue.它提到它已被弃用,它似乎没有出现在 Xcode 5(这是教程使用的版本)中.

I have no idea what deprecated means in this context. I am new to programming and am making my first couple of apps in Xcode 6. Today I was making a to-do list app and when connecting to the scene where the user can input a new to-do item to add to main table, I was invited to use a push segue. It mentioned that it is deprecated which it doesn't seem to have been in Xcode 5 (which is the version tutorial uses).

谁能给我解释一下?我知道 push segue 允许向后导航,但这就是我所知道的!

Can anyone explain this to me? I know the push segue allows for backward navigation but that's about all I know!

非常感谢.

推荐答案

弃用"一词意味着该功能已被删除,并且在未来的 ios 版本中将不再可用,从它被弃用的点开始.如果您继续使用这些已弃用的功能,那么应用程序可能会在相应的 ios 版本中开始在该功能上崩溃.

The word 'deprecated' means the function is removed and will be no longer available in future ios versions from the point at which it was deprecated . If u continue to use this deprecated functions, then the apps may begin to crash at that function in respective ios versions.

'Push deprecated ' 表示 XCode6 的 ios8 中故事板不再支持 'PUSH SEGUE'.使用SHOW"代替PUSH".

'Push deprecated ' means the storyboard supports 'PUSH SEGUE' no more in ios8 in XCode6. Use 'SHOW' instead of 'PUSH'.

您可以在此问题中看到相同的问题:

You can see the same issue here in this question:

故事板 Xcode 6 中的自适应 segue.是否不推荐使用推送?

这篇关于什么是弃用的推送转场?(iOS 8)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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