I am using a uitableView
in my application and I want to prevent reloading it in different cases:
1. when I present another modal view on it.
2. row selection happens.
I am not calling [tableview reloadData]
in viewWillAppear
or viewDidAppear
. Is there anyway to prevent this reloading?