How to do filtering data in UITableView like 'Recents' view in Phone application?
Posted
by Teerasej
on Stack Overflow
See other posts from Stack Overflow
or by Teerasej
Published on 2009-11-06T04:46:26Z
Indexed on
2010/03/13
16:05 UTC
Read the original article
Hit count: 306
Hi, everyone.
I am planning to applied the feature like 'Recents' view in Phone application of iPhone. This view show option on the top, 'All' and 'Missed'. Default option is 'All' but if you tap 'Missed' option the entry in UITableView which aren't 'Missed call' will slide out and disappear. This is the good feature.
So I know you can help me by suggest or guide me some idea (any article is good too). I try to googling around but I couldn't find any good one.
© Stack Overflow or respective owner