I'm developing a prose book for iPhone. So I'm storing all of the poems and texts in core data.
An entity named story
and on attribute named details
which contains the whole anecdote.
But the problem is here: if the user wants to touch the specific words and poems for their meaning and definition, how should I handle this task? How can I make those poems selectable? As like as built in dictionary in iPhone, user touches and hold his finger on a specific word, a popup appears and show the definition of the word!