简体   繁体   English

我是否由于不使用XCode 4而过时了

[英]Am I getting obsolete by not using XCode 4

I'm essentially a one-man shop and keeping up with all the new stuff coming out of Apple is daunting. 我本质上是一个单人商店,并且跟上来自Apple的所有新事物令人生畏。 I was pretty good at iOS 3.1.3 and 3.2 when 4.0 came out. 当4.0发布时,我在iOS 3.1.3和3.2上表现出色。 Now there is 4.2 and 4.3, and XCode 4, not to mention iPads. 现在有4.2和4.3,以及XCode 4,更不用说iPad。 So I guess my question is: how do other devs prioritize what new features they learn and try to master? 所以我想我的问题是:其他开发人员如何优先考虑他们学习并尝试掌握的新功能?

As far as the SDK goes, get in the habit of reading the release notes that come out with each version. 就SDK而言,请养成阅读每个版本随附的发行说明的习惯。 They tell you what what's new and what has changed. 他们告诉您什么是新的,什么是已更改的。 You don't need to master every API as soon as it comes out, but you do need to know what new options you have and what has been deprecated. 您不需要一开始就掌握每个API,但是您确实需要知道拥有哪些新选项以及不赞成使用哪些选项。 Later, when you want to use one of those new features, you can spend a little time reading about it and figuring out how to use it. 以后,当您要使用这些新功能之一时,可以花一些时间来阅读它并弄清楚如何使用它。

The switch from Xcode 3 to Xcode 4 is bigger and more immediate. 从Xcode 3到Xcode 4的切换更大更直接。 You'll want to read enough of the Xcode 4 transition guide to orient yourself enough that you can start working. 您将需要阅读足够的Xcode 4过渡指南,以充分了解自己的方向,以便可以开始工作。 Xcode 4 puts almost everything in one window that has lots of different panes. Xcode 4将几乎所有内容都放在一个具有许多不同窗格的窗口中。 It's mostly the same stuff that's in Xcode 3, but it takes a little time to get used to the new layout. 它与Xcode 3中的内容基本相同,但是要花一些时间来适应新的布局。 Go back to the transition guide and the Xcode 4 user guide when you have the need -- it's hard (for me, anyway) to absorb it all just by reading; 如有需要,请返回到过渡指南和Xcode 4用户指南-很难(反正对我而言)仅通过阅读就可以完全吸收它。 experiencing problems and solving them helps it stick. 遇到问题并解决问题有助于坚持下去。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM