I'm showing MBProgressHUD
in menu bar of SWRevealViewController
. When I scroll the menu and again open the menu the position of MBProgressBar
changes.
I want the position to remain in the center of menu all the time.
hud = [MBProgressHUD showHUDAddedTo:self.tableView animated:YES];