如何改变MBProgressHud的背景方框的颜色
in MBProgressHud.m file,find CGContextSetGrayFillColor(context, 0.0f, self.opacity); comment it and then add following line to set transparent bg color CGContextSetFillColorWithColor(context, [UIColor clearColor].CGColor); to set bg color as blue, use CGContextSetFillColorWithColor(context, [UIColor blueColor].CGColor);
下一篇:制作游戏辅助需要学什么
多重随机标签