We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd7c9ff commit 3dec0a2Copy full SHA for 3dec0a2
MBProgressHUD.m
@@ -182,6 +182,8 @@ - (id)initWithFrame:(CGRect)frame {
182
self.graceTime = 0.0;
183
self.minShowTime = 0.0;
184
185
+ self.autoresizingMask = UIViewAutoresizingFlexibleTopMargin | UIViewAutoresizingFlexibleBottomMargin | UIViewAutoresizingFlexibleLeftMargin | UIViewAutoresizingFlexibleRightMargin;
186
+
187
// Transparent background
188
self.opaque = NO;
189
self.backgroundColor = [UIColor clearColor];
0 commit comments