Update UITableViewCell subviews tag

Update tags of UItableViewCell on deleting a row: In this post we will learn, how to update UITableViewCell subviews tag without reloading whole UITableview. This scenario comes up in case where we have to delete a row from UITableView. So in order to update tags on UITableViewCell subview’s we have only one option that is […]

Update UITableViewCell subviews tag Read More »