Is there any way to get the neat Objective-C literal indexing feature in Xcode 4.4?

Viewed 4763

I read all about the new Objective-C literals, and used Xcode to convert my old code, but the indexing code didn't change. I changed it by hand but then it wouldn't compile. I saw a post that said we have to wait until iOS 6, but I want the indexing NOW!

Is there any solution?

1 Answers
Related