jdg / MBProgressHUD

MBProgressHUD + Customizations
http://www.bukovinski.com/
MIT License
16.01k stars 3.56k forks source link

a issue for effectView #562

Closed zj381652512 closed 5 years ago

zj381652512 commented 5 years ago

I'd like to suggest that use "-insertSubview:atindex:" instead of "-addSubview",because I find the effectView cover the textLabel sometimes..

//[self addSubview:effectView]; [self insertSubview:effectView atIndex:0];

zj381652512 commented 5 years ago

search "[self addSubview:effectView]" you can find it