Get $500+ of the best After Effects files, video templates and music for only $20!

Browsing Tag

Learn Objective-C

Q&A Session 1

    Q&A Session 1

    Welcome to the first post in a new Question & Answer series, where Mobiletuts+ authors will be responding to questions posted in the comments section of tutorials on this site or e-mailed directly to the editor. In this Q&A session, Mark Hammonds answers questions left on Dan Walker’s post “Learn Objective-C: Day 1″ and also on his own post, “iPhone SDK: In-App Purchases.”

    Learn Objective-C: Day 5
    basix

    Learn Objective-C: Day 5

    This entry is part 5 of 6 in the series Learn Objective-C

    Welcome to part five of this series on Objective-C. Today we’re going to look at memory management, an element of Objective-C (and many other languages) that tends to trip up newer programmers. Most scripting languages (such as PHP) take care of memory managaement automatically, but Objective-C requires that we are careful with our use of memory and manually create and release space for our objects.

    Learn Objective-C: Day 1
    basix

    Learn Objective-C: Day 1

    This entry is part 1 of 6 in the series Learn Objective-C

    Welcome to my series on coming to grips with the awesome language that is Objective-C. Throughout this small series of articles, my aim is to take you from no prior experience with Objective-C to using it confidently in your own applications. This isnʼt a rush job – so donʼt expect to just skim through the basics and be away – weʼll be going through not just the bare essentials, but also the best practices you can apply to ensure your code is the best it can be. Letʼs jump straight in!