Read from plist insted of Code array
- by BoSoud
Hi Guys
am Using [URL="http://www.iphonesdkarticles.com/2009/01/uitableview-searching-table-view.html"]UITableView - Searching table view[/URL]
its really nice easy tutorial but i really have bad time try to read from plist
that what i did change
- (void)viewDidLoad {
[super viewDidLoad];
//Initialize the array.
listOfItems = [[NSMutableArray…