Any chance of adding the Height & Width as additional options for iOS?
You can add this to the show method...
this._hud.minSize = CGSizeMake([width option], [height option]);
This allows for a more consistent size throughout the app regardless of the 'details' message.
Thanks!
Any chance of adding the Height & Width as additional options for iOS?
You can add this to the show method...
this._hud.minSize = CGSizeMake([width option], [height option]);
This allows for a more consistent size throughout the app regardless of the 'details' message.
Thanks!