Storyboards in Xcode 4.2? - ios5

Apple has advertised over 200 new features for iOS 5, but it seems only a few are available to developers as of: October 13, 2011. I was wondering how to use the Storyboard feature that was displayed on their developer page: http://developer.apple.com/technologies/ios5/
I couldn't find much documentation, so does anyone know how to find this feature and utilize it in Xcode 4.2 for iOS 5 SDK?

When you create a new project in XCode you should see the option "Use Storyboard" which will add a storyboard for you when the project is created.
For an existing project you can create a new file and under the "User Interface" section there is Storyboard.

Related

Xcode 13 - Building for iOS Simulator, but the linked framework '****.framework' was built for iOS

Very similar questions but Validate workspace is no longer available in XCode 13.
building for ios simulator, but the linked and embedded framework .framework' was built for ios
Building for iOS Simulator, but the linked framework '****.framework' was built for iOS
Is there any other solution to this problem?
Thank you.
There is indeed an option to validate workspace under 'Build Options' but you have to select All to see the option.
Validate workspace in Xcode 13

Xcode 3.2.1 Cant Find iPhone Section, when creating a new project.?

I recently downgraded to Xcode 3.2.1 to learn from the new boston tutorial. When launching Xcode, there popup saying new project. Then after that, when you chose selection if you to build a Mac app or iphone app, there isnt a iPHONE section? just a mac os selection.
That means the iOS SDK is not installed. You need to dig through the developer site to find the right iOS SDK to install as well. If that doesn't fix it you will have to make the translations from Xcode 3 to 4 in order to follow the tutorial (maybe find a tutorial focused on Xcode 4 to find where things are in it).

Facebook template xcode iphone

I am doing my first app in xcode for iPhone. I am using xcode 3.2.
I want to use the format of Facebook application (a removable menu in left-hand). I would like to know if this option is a template of xcode (I have seen the same submenu in other applications). Or maybe this template is available in new versions of xcode. I can not found it in my xcode version (or I don't know how I must build it).
So:
Is a removable menu in left-hand a template? What is the name of this template?
What is the version of xcode in?
Can I use this template in xcode 3.2?
Thank you in advanced.
That particular control is not an iOS default but rather a third-party library a lot of apps use because it's very effective and good looking. Here is one of the implementations you can use in your project:
http://www.cocoacontrols.com/controls/iiviewdeckcontroller

Monotouch with Xcode 4

I know this was asked previously when Xcode 4 was still in pre-release stage, but now that it is out... Does anyone know how to add outlets and connections with Xcode 4 and Monotouch? The Monotouch trial I downloaded says it requires iPhone SDK 4.3, so it must support it.
Or is there still a way to use Monotouch with Xcode 3?
Thanks.
I think you refer to Interface Builder. If so, just stick with Xcode 3, where IB is still separate.
If you log in to Apple's site at http://developer.apple.com, there is a link where you can download Xcode 4. Below it, you can see "Looking for Xcode 3? Download". There, you can download Xcode 3 together with the 4.3 SDK. The direct link is: http://connect.apple.com/cgi-bin/WebObjects/MemberSite.woa/wa/getSoftware?bundleID=20792

Where is the Interface Builder in the MonoDevelop application?

i'm having a play around with MonoTouch for the very first time. In the Hello World tutorial for Noobs-Like-Me, it say's the following :-
Launch Interface Builder by double-clicking on the MainWindow.xib file. Once Interface Builder starts up, you should see a surface (your window) and a Library that contains various components. Your Library should look like the following screenshot. If it is not there, select Library from the Tools menu
When I try that, nothing happens. No new 'window' shows. If i goto the Tools menu, there is no option for Library.
The solution type I made was a C# iPhone Window-based Project.
Can someone help me please?
Interface Builder is part of the iOS SDK made available to developers by Apple; it is not part of MonoTouch or the MonoDevelop IDE. If nothing happens when you try to open a .xib file, IB may not be installed on your Mac.
To obtain it, go to the iOS Dev Center and download Xcode 3.2.6 and iOS SDK. Make sure you download Xcode 3 and not Xcode 4, as IB is only a separate application in version 3. Quoting from this answer of mine to find the Xcode 3 download link:
... under the Xcode 4 + iOS SDK 4.3 download link you should find an Xcode 3.2.6 + iOS SDK 4.3 download link. If you don't see it you may need to log in first.
Here it is: