APESuperHUD icon indicating copy to clipboard operation
APESuperHUD copied to clipboard

A simple way to display a HUD with a message or progress information in your application.

Results 11 APESuperHUD issues
Sort by recently updated
recently updated
newest added

I am unable to find SPM for this. how to add using SPM?

Custom Loading Rotary Pictures?

Hi there, Thanks for this great and flexible HUD. One thing I'd love to adjust though is the size of the loadingActivityIndicator. I'm not using the title or message so...

I discovered the problem in the show function and dismissAll. compactMap is no longer supported. Thanks!!

This PR enabled modifying the `contentMode` applied to the `UIImageView` used to display the icon. I found out that it makes my life easier because using `.scaleAspectFit` makes almost every...

Perhaps i am just missing it, but there seems to be no built-in ability to show a progress of (for example), a web view loading. Hopefully i am wrong?

Keep getting these errors: APESuperHUD/Source/HudView.swift:403:71: Type 'UILayoutPriority' (aka 'Float') has no member 'RawValue' APESuperHUD/Source/HudView.swift:468:66: Type 'UILayoutPriority' (aka 'Float') has no member 'required' APESuperHUD/Source/HudView.swift:402:63: Type 'UILayoutPriority' (aka 'Float') has no member...

For example, IconType.Standard does not exists in code Try out the usage examples in the Readme file and you'll see what is not consistent with the code base.

I'm getting some (seems random) crashes due to https://github.com/apegroup/APESuperHUD/blob/master/Source/HudView.swift#L196 and reading it that forced unwrap doesn't seem very safe, doesn't it? Maybe optionalize or guard against nils? This is happening...