SVStatusHUD icon indicating copy to clipboard operation
SVStatusHUD copied to clipboard

a copycat of the HUD shown on orientation and volume change in iOS.

Results 3 SVStatusHUD issues
Sort by recently updated
recently updated
newest added

Hi, thanks for the nice library, the hud is not centered in landscape mode of iPad on iOS8, any idea to fix this?

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...