I created a "grouped" table view and added a search bar... and found that it was ONLY searching on the section that was currently displayed. I went into the attributes window of the table view in IB, and selected "Plain" instead of "grouped."
The problem is that the search bar is still ONLY searching the current section, skipping the first letter of the section and is only finding matches on the second+ letters... I have sectionIndexTitlesForTableView implemented...
What am I doing wrong?
The problem is that the search bar is still ONLY searching the current section, skipping the first letter of the section and is only finding matches on the second+ letters... I have sectionIndexTitlesForTableView implemented...
What am I doing wrong?