I recently downloaded it. I'm trying to make some iOS apps, but for some reason whenever I try to control+drag an item onto one of my code things, the counterparts windows both show me my storyboard, and a message pops up that asks me if I want to continue (it just pops up again) or crash (it crashes). I also always notice an issue that says 'storyboards not supported on iOS…'. I've tried iPhone 5.0, iPad 5.0, Universal 5.0, and versions 4.3, 4.2, 4.1, and 4.0. Help?
Last edited by maxskywalker (2011-11-19 21:48:22)
Offline
veggieman001 wrote:
Just O-C.
Oh…. But it comes with a GCC C++ compiler, right?
Offline
Wait, it just installed, and it does have C, C++, and Objective-C. I made a simple Hello World C++ project.
Offline
veggieman001 wrote:
Yes, but OC is what you make apps in.
Yes, I've heard it's very complicated to learn
Offline
jji7skyline wrote:
veggieman001 wrote:
Yes, but OC is what you make apps in.
Yes, I've heard it's very complicated to learn
I believe it's a mixture of C++ and Smalltalk, but that's just what I've heard.
Offline
You have a MBP? Or MBA?
Offline
jji7skyline wrote:
veggieman001 wrote:
Yes, but OC is what you make apps in.
Yes, I've heard it's very complicated to learn
Actually, I'm learning it now, and it's surprisingly simple. All you need is a good tutorial, and it clears up infinitely.
Offline
veggieman001 wrote:
jji7skyline wrote:
veggieman001 wrote:
Yes, but OC is what you make apps in.
Yes, I've heard it's very complicated to learn
I believe it's a mixture of C++ and Smalltalk, but that's just what I've heard.
Mixture of C and Smalltalk. Very interesting, both in syntax ( like [obj function: param] instead of obj.function(param)) and the way it was made (it's C with some new keywords, like [], @interface, and [[obj alloc] init]).
Offline
veggieman001 wrote:
jji7skyline wrote:
veggieman001 wrote:
Yes, but OC is what you make apps in.
Yes, I've heard it's very complicated to learn
I believe it's a mixture of C++ and Smalltalk, but that's just what I've heard.
What's Smalltalk?
Offline