I\'ve seen code examples (from the book Beginning iPhone 4 Development) where they both declare ivars inside the interface block and then declare properties for the same. Like this:
I just recently began using synthesized instance variables in my iPhone projects. The problem is, I can\'t see the synthesized ivars in the debugger. Is there any way to view the 开发者_StackOverflow中
I\'ve been going through a bit of the lemur indexing tutorial here: http://www.lemurproject.org/tutorials/begin_indexing-开发者_C百科1.php