Determine which cell was selected and display corresponding definition.
for example. in a table view, i have a cell that displays the name "Bob" when i click on that cell, i want it to navigate to a new view and display (in i guess a textview) the meaning behind the name bob.
PS: both the name AND the definition are stored in a PLIST.
|