Reputation: 4180
Sorry for newbie question but I am new to XCode, I am using XCode 4.4.1.
Could you tell me please how can I get more of the controllers to drag (see the image below) to Interface builder story board (for example Collection View Controller).
Upvotes: 0
Views: 177
Reputation: 564
You can download the latest xCode from: https://developer.apple.com/downloads/index.action
then you can use the "Collection View Controller".
Upvotes: 0
Reputation: 5099
If you are using iOS SDK 5 you don't have access to Collection View Controller which is available from iOS SDK 6, you need to have Xcode 4.5 developer preview.
Upvotes: 1