You are currently viewing the BOOK: Professional iPhone and iPad Application Development section of the Wrox Programmer to Programmer discussions. This is a community of tens of thousands of software programmers and website developers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining today you can post your own programming questions, respond to other developers’ questions, and eliminate the ads that are displayed to guests. Registration is fast, simple and absolutely free .
Chapter 7 RootViewController didSelectRowAtIndexPath: not implemented
Unless I am missing something, didSelectRowAtIndexPath: is never implemented in RootViewController. So, at the bottom of page 179 when the book states, "You should also be able to select tasks in the Tasks screen and view them in the ViewTaskController screen.," I don't see how that's possible. It is implemented in the downloaded solution code, but the book never implements it.
Not really able to make sense out of your question, since I don't see how it relates to Chapter 7. Please clarify the chapter and project name. p 179 is not in Chapter 7, and there is no mention of a ViewTaskController screen on p. 179 Other than that, I have successfully gone through the entire book, so probably can provide feedback.
This is the forum for a different book.
"Professional iPhone and iPad Application Development"
not
"Professional iPhone and iPad Database Application Programming" http://p2p.wrox.com/book-professiona...ogramming-603/
is the forum you are looking for.
I don't have the database-application text. So I can't compare how the downloads correlate with the text. Looking at the source download you are correct that the that -didSelectRow… method is implemented. Does the text contain complete implementations? The book that this forum is actually for does, and it is not uncommon to find a method implemented in the complete listing that was not explicitly discussed in the text. Since I don't have the other book I can't tell if it is the case there.
Sorry I can't be of more help.
Wow, I'm a doofenshmirtz. Thanks for not blatantly pointing that out Bob! I'll go post this on the actual book's forum. For what it's worth, except for his inadvertent omission, this has been an extraordinary book. Cheers
Glad you are finding the book valuable. I have planned on adding it to my study agenda. The reviews on Amazon are extremely positive. So much info to process… (and still try to get real work done!)
Hopefully, your questions will get answered. Some forums are definitely more active than others. When in doubt, if the downloads work as intended, and are error/warning free I would use them as my basis and assume that there are omissions in the text (or possibly assumptions, if a procedure has previously been demonstrated, that certain methods need to be implemented for certain functionality to take place)