Author's code for chapter 8, TableView has issues
Code for program TableView in Chapter 8 of the downloaded code has some issues that I hope either the Author or someone on this forum has addressed.
1) start up the program
2) tap on the searchBar
3) type in "tr" (the cell for "Training Day" is found and displayed)
4) tap on the cell for "Training Day" (the Movie Details view incorrectly says you have selected "Malcolm X")
5) tap "List of Movies" button to go back to the tableView
6) tap on the cell for "Training Day" again (nothing happens)
7) tap on "Done" (the searchBar still has "tr" in it along with the "X" button and the index list is shown with 2000 covering the "X" button, making the "X" button unavailable - if you try to tap it, the list of cells comes up at 2000, but the searchBar disappears)
8) tap on the cell for "The Hurricane" (the Movie Details view correctly says you have selected "The Hurricane")
9) tap "List of Movies" button (the original tableView comes back, but you still have no searchBar)
If anyone has tackled any of these problems I would like to hear the solutions.
|