uitableview delegate methods are not called
Posted
by Sean
on Stack Overflow
See other posts from Stack Overflow
or by Sean
Published on 2010-03-24T15:11:37Z
Indexed on
2010/03/24
15:13 UTC
Read the original article
Hit count: 520
hi all
i got the problem that the tableview methods are not called the first time the tableview is shown. if switch back to the previous view and then click the button to show the tableview again, the methods are called this time.
i've to say that i show an actionsheet while the tableview is loading. the actionsheet i call in the ViewWillAppear method.
thanks in advance
sean
© Stack Overflow or respective owner