uitableview delegate methods are not called
- by Sean
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