ios - Progresshud without rounded corner background view -


i want remove background view mbprogresshud. trying set color , background color of bezelview clear color, not showing wanted. there way remove background view hud. code this

mbprogresshud *hud = [mbprogresshud showhudaddedto:view animated:yes]; [hud.bezelview setcolor:kcolormainparentcolor]; [hud.bezelview setbackgroundcolor:kcolormainparentcolor]; [hud.bezelview setstyle:mbprogresshudbackgroundstyleblur]; [hud setbackgroundcolor:[[uicolor whitecolor] colorwithalphacomponent:0.2]]; 

find line bezelview.layer.cornerradius = 5.f; mbprogresshud.m file , delete or comment out.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -