I creating the one UITable view with the 2 sections in with when i load the data into the uitablew it’s working fine,
But my problem is how to resolve one sorting button is disable in section 0 and row 0
which more discribe into the following image.

please help to solve my problem
in advance thanking to your valuable time spend on my problem.
It’s quite easy.
Listen on the UITableViewDataSource call
tableView:canMoveRowAtIndexPath:Like this:
If you don’t not where to place the method, place it next to
tableView:cellForRowAtIndexPath: