Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any severe changelog for iOS6?

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?

like image 743
Michal Avatar asked Oct 25 '12 12:10

Michal


People also ask

What is new in iOS 6?

iOS 6 added a new Apple Maps app, replacing Google Maps as the default mapping service for the operating system; a dedicated Podcasts app, as a central location for podcasts; and a Passbook app, for managing different types of tickets, boarding passes, coupons, and loyalty cards.

What is the most updated iOS for iPhone 6?

What is the highest version of iOS that supports iPhone 6 and 6 Plus? Apple is known for supporting its devices over the long term, and the iPhone 6 is no different. The highest version of iOS that the iPhone 6 can install is iOS 12.

Is Apple still signing iOS 6.1 3?

Apple stops signing IOS 6.1.


1 Answers

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

like image 119
Cfr Avatar answered Oct 21 '22 04:10

Cfr