Xcode 4.6 was released on January 28th, the same day that iOS 6.1 was released. It adds support for iOS 6.1 and Mac OS X 10.8, and two new devices, the iPad mini and the 4th-gen iPad with Retina display. There are also a number of improvements to the LLVM compiler and Objective-C language, including some new warnings to help find subtle bugs when using ARC and weak references.
The improvement that jumped out at me is a simple one, but one that is already saving me a lot of frustration. It used to happen when typing in the class name NSString. This problem is best explained by this classic pic from the Tumblr called Texts from Xcode:
I don’t know about you, but I use NSString
waaaay more than NSStream
.
With Xcode 4.6, as I started typing in NSString
, here’s what happened:
Autocomplete, mirabile dictu, jumped straight for NSString
!
Sometimes, it’s the little things that make the experience.