Since my problem is associated with Editing of the UITableViewCell, i figured out a approach to solve the issue.
So as per the approach is it possible to create the Custom UITableView Delegate Methods, wherein i can write the code to edit the individual cell.
Then, this custom delegate can be called from following delegate method of UITableViewCell.
- (UITableViewCellEditingStyle)tableView

UITableVie w *)tableView editingStyleForRowAtIndexPath

NSIndexPath *)indexPath {}
Any thought on the issue would be greatly appreciated.