You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Classes/ProgressViews/M13ProgressViewRadiative.m
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -221,6 +221,12 @@ - (void)layoutSubviews
221
221
}
222
222
}
223
223
224
+
- (CGSize)intrinsicContentSize
225
+
{
226
+
//The width and height should be set with constraints. Can't think of a good way to figure out the minimum size with the point and scale based size calculations.
0 commit comments