PDA

View Full Version : Mac Learning objective-c and Xcode 4


Nemesis Zone
2012-02-24, 06:45
hi everyone how is it going ?

So I start learning objective-c 1 year ago on xcode 3 , so far I only learned the basics rules and floats and do while and these stuff , but then could not do anything with it , tried to learn about user interface design when xcode 4 comes out and its totally different from xcode 3 much larger and harder

I tried different tutorials but all of them too advanced for me and I learned the objective-c basics and I can't put it to any good use , what should I do ?

I really want to start working on apps for mac and iOS but its just too hard I studied software programing and I am suppose to be good in it but I can't seem to learn , any one good advice for a rookie like me ?

Thanks

Ledgem
2012-02-25, 02:10
hi everyone how is it going ?

So I start learning objective-c 1 year ago on xcode 3 , so far I only learned the basics rules and floats and do while and these stuff , but then could not do anything with it , tried to learn about user interface design when xcode 4 comes out and its totally different from xcode 3 much larger and harder

I tried different tutorials but all of them too advanced for me and I learned the objective-c basics and I can't put it to any good use , what should I do ?

I really want to start working on apps for mac and iOS but its just too hard I studied software programing and I am suppose to be good in it but I can't seem to learn , any one good advice for a rookie like me ?

Thanks
When you say that you studied software programming, do you mean, like... you majored in it in college? I can't really get a good grasp of how experienced you are in programming, but it sounds like you're not far enough along yet to have an easy time with it.

chikorita157
2012-02-25, 10:39
First off, get yourself a good book on Objective C before diving into Cocoa. Objective C from experience is a subset of C that takes some aspects from Smalltalk. if you know Java, it holds some similarities, except the syntax is slightly different.

For the book you should be looking for: Programing in Objective-C 2.0. It will tell you everything what you need to program in it. Be aware that you still have to do memory management, although Apple made this automatic in the recent versions of Xcode (but only supported in the recent versions of Mac OS X such as Snow Leopard and Lion).

Nemesis Zone
2012-03-06, 01:38
When you say that you studied software programming, do you mean, like... you majored in it in college? I can't really get a good grasp of how experienced you are in programming, but it sounds like you're not far enough along yet to have an easy time with it.

No I mean I took courses in different kinds of programs and I still suck at coding.

Nemesis Zone
2012-03-06, 01:40
First off, get yourself a good book on Objective C before diving into Cocoa. Objective C from experience is a subset of C that takes some aspects from Smalltalk. if you know Java, it holds some similarities, except the syntax is slightly different.

For the book you should be looking for: Programing in Objective-C 2.0. It will tell you everything what you need to program in it. Be aware that you still have to do memory management, although Apple made this automatic in the recent versions of Xcode (but only supported in the recent versions of Mac OS X such as Snow Leopard and Lion).


well I see books lack excitement I get bored easily so I watch videos , but ill try looking for the book you mention it, Yeah I know about the memory release thing.