• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

Learning OBJ-C?

Collapse
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    Learning OBJ-C?

    I'm porting a C++ app to iPad/Mac and dislike having top copy-paste bits of OBJ-C from the web to glue it together. So I was wondering if anyone had any recommendations on a good book to teach OBJ-C & Mac/iOS dev to an experienced developer (I know C++, Java and C#) who has spent 99% of their time on Windows platform?
    Originally posted by MaryPoppins
    I'd still not breastfeed a nazi
    Originally posted by vetran
    Urine is quite nourishing

    #2
    Originally posted by d000hg View Post
    I'm porting a C++ app to iPad/Mac and dislike having top copy-paste bits of OBJ-C from the web to glue it together. So I was wondering if anyone had any recommendations on a good book to teach OBJ-C & Mac/iOS dev to an experienced developer (I know C++, Java and C#) who has spent 99% of their time on Windows platform?
    This is a good book. It takes you through Xcode, Obj-C and iOS 5. I had learned C first, so Objective C wasn't a big leap.

    Comment


      #3
      Originally posted by russell View Post
      This is a good book. It takes you through Xcode, Obj-C and iOS 5. I had learned C first, so Objective C wasn't a big leap.
      +1 anything by that author will be a good choice (just get the latest edition).
      You're awesome! Get yourself a t-shirt.

      Comment


        #4
        Programming in Objective-C is good.

        I'd also recommend Cocoa Design Patterns for getting a proper understanding of the way things are done: it makes life much easier if you go with the grain of the OS, and having always been fully OO (via its roots in NextStep) Cocoa has a lot of really good patterns underlying it. If nothing else, make sure you have a good grasp of the delegate-datasource-notifications way of doing things, as it appears everywhere and you'll find life is beautiful if you use it too.

        Comment


          #5
          Thanks all
          Originally posted by MaryPoppins
          I'd still not breastfeed a nazi
          Originally posted by vetran
          Urine is quite nourishing

          Comment


            #6
            FWIW, here's a pretty good introduction, just published: there are other good tutorials at the same site. Objectively Speaking: A Crash Course in Objective-C | Ray Wenderlich

            Comment

            Working...
            X