Mc.Lover
Mc.Lover

Reputation: 4994

How create BookMark Page

Hi every one I have built a poem application for iphone.

Now I want to create a bookmark page for my poems. I import cells list with MyCell.Plist and my poems are HTML files. Now I want to create a bookmark page for favourite poems.
How can I do that?

Upvotes: 0

Views: 367

Answers (1)

jessecurry
jessecurry

Reputation: 22116

How are your poems being displayed? In a UITableView? Where are the poems being persisted?

If your poems existed in a CoreData store you could add an extra property "isFavorite" and set it from your UI, you could then sort based on that flag.

Upvotes: 2

Related Questions