.:`=-~rANdOm~`-=:. Game Servers

Technology (Read Only) => Programming => Topic started by: Sabb on December 27, 2011, 07:32:17 PM

Title: iOS SDK/iOS Dev/Xcode
Post by: Sabb on December 27, 2011, 07:32:17 PM
Has anyone used it before?
Basically I'm considering spending the $100/yr on the iOS development program to try out coding some apps for the iPod touch, iPad, and iPhone. I'm not entirely sure if I'm going to or not though. I think I probably will... but I'm not sure how complicated the programming is for this. If it's something extreeeemely hard (which I don't think it is?) then I probably won't spend my time learning it and buying the development program for it.
So anyone got an experience in this?
Title: Re: iOS SDK/iOS Dev/Xcode
Post by: ursus on December 27, 2011, 09:47:18 PM
I heard (Don't know for sure, never seen for myself) that the apps are written in Objective C, which is a bitch to learn.
Title: Re: iOS SDK/iOS Dev/Xcode
Post by: Сєşάя on December 28, 2011, 04:03:15 AM
I heard (Don't know for sure, never seen for myself) that the apps are written in Objective C, which is a bitch to learn.

Apple use Objective-C wich was influenced by C. I think you can write apps in C, also.
Title: Re: iOS SDK/iOS Dev/Xcode
Post by: Sabb on December 28, 2011, 09:48:36 AM
Apple use Objective-C wich was influenced by C. I think you can write apps in C, also.
You're certain?
Title: Re: iOS SDK/iOS Dev/Xcode
Post by: ursus on December 28, 2011, 11:15:56 AM
You're certain?

Don't get into it if you don't know any languages already.
Title: Re: iOS SDK/iOS Dev/Xcode
Post by: Sabb on December 28, 2011, 11:25:55 AM
Don't get into it if you don't know any languages already.
I do :L just none too complicated. If you're both certain that it's using Objective-C then I'll see if I can take a look at that before buying anything.
Title: Re: iOS SDK/iOS Dev/Xcode
Post by: Сєşάя on December 28, 2011, 11:52:53 AM
Quote from: Sabb
You're certain?

You can see in wiki or some articles.
Title: Re: iOS SDK/iOS Dev/Xcode
Post by: Tomcat on December 30, 2011, 06:01:05 PM
Just so you know developing these apps on a mac is preferred so you can use apple's apps and not the shitty windows ports of xcode and such
Title: Re: iOS SDK/iOS Dev/Xcode
Post by: Sabb on December 30, 2011, 06:03:56 PM
Just so you know developing these apps on a mac is preferred so you can use apple's apps and not the shitty windows ports of xcode and such
Yea I know that. Is there a significant difference though? Like, you can still do it on a PC? :L
Title: Re: iOS SDK/iOS Dev/Xcode
Post by: Tomcat on December 31, 2011, 05:48:34 PM
Yea I know that. Is there a significant difference though? Like, you can still do it on a PC? :L

you cant really make a successful app without a mac. its just made for it
Title: Re: iOS SDK/iOS Dev/Xcode
Post by: Sabb on December 31, 2011, 05:49:40 PM
you cant really make a successful app without a mac. its just made for it
._.
Title: Re: iOS SDK/iOS Dev/Xcode
Post by: Cake Faice on January 07, 2012, 05:19:57 PM
you cant really make a successful app without a mac. its just made for it

>Apple
>Development on something other than an Apple product with no issues

That'll be the day.
Title: Re: iOS SDK/iOS Dev/Xcode
Post by: Сєşάя on January 26, 2012, 12:28:24 PM
To create an application for iPhone or other Apple products, is used mostly Objective-C. But remember that Objective-C is based on C language So it's very important to learn the C language that is easy and then you have more idea of ​​how to program in Objective-C.

Spoiler (click to show/hide)
Title: Re: iOS SDK/iOS Dev/Xcode
Post by: Sabb on January 26, 2012, 12:33:36 PM
To create an application for iPhone or other Apple products, is used mostly Objective-C. But remember that Objective-C is based on C language So it's very important to learn the C language that is easy and then you have more idea of ​​how to program in Objective-C.

Spoiler (click to show/hide)
It would be kind of pointless to learn C to learn Objective-C, especially seeing as it is pretty different being object oriented lol.
Title: Re: iOS SDK/iOS Dev/Xcode
Post by: Сєşάя on January 26, 2012, 01:04:54 PM
It would be kind of pointless to learn C to learn Objective-C, especially seeing as it is pretty different being object oriented lol.

Well, but is a tip: will be very advantageous to learn first C to start lean Objective-C, regardless whether of object-oriented or systems.