Is there any severe changelog for iOS6?

风流意气都作罢 提交于 2019-12-22 04:45:11

问题


Is there any "severe" or "critical" changelog for iOS6? I believe Apple's official documentation on "What's new" is very poor for navigation(too large), since there is only "good" new stuff. But nobody ever said that IBAction for touchUpInside is now superior to gestureRecognizer or that CLLocationManager already runs on main thread.

These are things I came across and found them afterwards in the Apple documentation. Since it is too large, it is too much to read it and then remember it and then when writing code, be like "oh right, they changed this, it's on page 42...".

Is there ANY(even fan/developer/enthusiast) page/blog that shows the top painful changes?


回答1:


In addition to What's new there are Release Notes and API Diffs, mentioned in Developer Library Release Notes :)



来源:https://stackoverflow.com/questions/13069129/is-there-any-severe-changelog-for-ios6

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!