I\'m using GHSidebarNav in one of my projects and I came across this code allocating an array of objects. I just have no idea what its doing. Is it just an array? What is th
These are array literals, a type of container literal, available in Xcode 4.4 and later.
See: