tinku99

tinku99


  • Name: [not set]
  • Favorite Languages: [not set]
  • Website: [not set]
  • Location: [not set]
  • About Me: [not set]

Recent Comments

  • Creating Basic Animations on iPhone
    04/04/2010 - 22:18

    Thanks for this tutorial.
    Its simpler than the MoveMe sample from apple.

    Could you please show how to add a second box, that just makes circles in the background, while the user can still interact with stretchy?
    Thank you.

  • An Absolute Beginner's Guide to iPhone Development
    04/04/2010 - 20:46

    Thanks for the nice tutorial.

    I would add a few hints on using xcode.
    For example:
    1. option + double click on symbols to get documentation
    2. command + double click to jump to definition of symbol
    3. shift + command + f to search within the project

    2 questions:
    I don't understand why you [release label].
    Doesn't the view need it ?
    Does addSubView make a copy of it ?
    Also, what's the point of reference counting if you still to manually release the label, and the viewController ?