Is there a way to know when the index on uitableview is actually used?
Posted
by NoviceiPhoneProgrammer
on Stack Overflow
See other posts from Stack Overflow
or by NoviceiPhoneProgrammer
Published on 2010-05-04T04:59:17Z
Indexed on
2010/05/04
5:08 UTC
Read the original article
Hit count: 195
Is there a way to know when the index on uitableview is actually used? I can’t find any methods in the Apple documentation, but I was wondering if anyone else knows anything. I would basically like to make an animation in my table view that changes depending on what section is selected in the index, and I have no idea how to do this without accessing the table view index.
Any help is greatly appreciated.
Thanks.
© Stack Overflow or respective owner