mrackwitz / MRProgress

Collection of iOS drop-in components to visualize progress
MIT License
2.55k stars 306 forks source link

Title label should be hidden by default with Cross and Checkmark #132

Open nik-418 opened 7 years ago

nik-418 commented 7 years ago

Currently says "Loading..." at the top and forced to do the following:

[overlay setMode:MRProgressOverlayViewModeCross];
[overlay setTitleLabelText:@""];