Is there a way to make the MBProgressHUD show at the bottom or top of the screen?
I have tried setting the frame using [hud setFrame:....];, initW
[hud setFrame:....];
initW
for Swift 4 , changed hud.offset.x and hud.offset.y
hud.offset.x
hud.offset.y
let hud = MBProgressHUD.showAdded(to: self.view, animated: true) hud.mode = MBProgressHUDMode.annularDeterminate hud.offset.y = 10 hud.offset.x = 10