I have one UITabelView. UITabelView *tabelView ; [tabelView reloadData];
but this reloaddata function is not calling cellForRowAtIndexpath method and numberOfRowsInSection method why?
I have one UITabelView. UITabelView *tabelView ; [tabelView reloadData];
but this reloaddata function is not calling cellForRowAtIndexpath method and numberOfRowsInSection method why?