redth-org / BTProgressHUD

Port to Xamarin.iOS of the SVProgressHUD
Other
118 stars 64 forks source link

Disable Back Button behavior in Navigation controller #39

Closed JigarM closed 9 years ago

JigarM commented 9 years ago

Hi Friends, its a great library. i have one issue like when i use BTProgressHUD.show(), it will show me the Progress HUD in Whole navigation controller. so, it disable Whole controller with navigation back button behavior for pop the view controller.

if Progress HUD add in the UIViewController then it solves my issue i think. is it possible to add BTProgressHUD in UIViewController?

nicwise commented 9 years ago

Basically, no. You could change the source and make it add it to a UINavController, but you'd need to pass it in, and make sure you release it etc.

Not something I plan to add to the main library.