Skip to content

Ability to change the loadingActivityIndicator size #28

@josselin-oudry

Description

@josselin-oudry

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 the loadingActivityIndicator looks a little small on its own.
I've noticed you are using the default loadingActivityIndicator and I know it's not very customizable but there are some SO posts that show how to adjust the size of the native loadingActivityIndicator:

activityIndicator.transform = CGAffineTransform(scaleX: 2, y: 2)
https://stackoverflow.com/questions/2638120/can-i-change-the-size-of-uiactivityindicator

It's an easy way of making the loadingActivityIndicator bigger even though the loadingActivityIndicator appears a little blurry.

Eventually that'd be better I guess to have this loadingActivityIndicator a custom animation like they do in https://github.com/SVProgressHUD/SVProgressHUD for example.

Cheers and have a great weekend!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions