Hello,
So, I can provide a picture in a bit if that would help clarify.
I currently have a UITableView with alot of rows. The first row of the table is a search bar. Great, works fine.
I've just added "plain" indexes, alphabetic headings before each section displayed in the table. I've also added right most index for jumping quickly to any section.
However, since the UISearchBar is part of the of the table (the first element) when the UISearchBar is drawn, it pushes the UISearchBar over a bit, squishing it. It looks silly. One option is not make the UISearchBar part of the table, but I have no where else to put it.
Any idea how to get the right most index to sit over the UISearchBar?
Thanks,
- sk