I have a scenario where I am using third party library MBProgressHUD on a UITableViewController but the issues is whenever I scroll up and down the HUD moves with the scroll.
I don't want to disable the UITableView scroll and also I want to keep the HUD in the centre of the UITableView.
Is there a possible way of implementing it?