SVStatusHUD
SVStatusHUD copied to clipboard
a copycat of the HUD shown on orientation and volume change in iOS.
Hi, thanks for the nice library, the hud is not centered in landscape mode of iPad on iOS8, any idea to fix this?
build on xcode-beta5
The dismiss method looks at [UIApplication sharedApplication].windows.lastObject and calls makeKeyAndVisible on that object. The problem is that sometimes UIKit will throw a UITextEffectsWindow onto the stack. The problem? When dismissing...