NathanWalker / nativescript-loading-indicator

Progress/Loading indicator with options for NativeScript. iOS + Android.
Apache License 2.0
112 stars 41 forks source link

ios details label doesn't work #57

Open finger563 opened 5 years ago

finger563 commented 5 years ago

Looks like it should be _hud.detailsLabel.text ( see MBProgressHUD here) as opposed to _hud.detailsLabelText (see nativescript-loading-indicator here)

schnapzz commented 5 years ago

Hi finger563, I had the same issue and though the same as you, but following this documentation site it seems to be correct with the API. When i build my project for ios it automatically installs MBProgressHUD v. 0.9.1 which also contains the field @property (copy) NSString *detailsLabelText;

What i found to help was adjusting the options passed to the loading indicator, specifically removing the 'hideBezel' option. This seem to do the trick for me.

// Mikkel