iOS: Creating arrays and dictionaries a bit easier Unknown 16:09In other languages, you can often do the following to get or set an item from an array: array[index] = . . .; But Objective-C has alwa...Read More