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
Call -invalidateIntrinsicContentSize in controls when appropriate (the content changes). Currently done in CPButton & subclasses.
Call this when something changes in your custom view that invalidates its intrinsic content size. This allows the constraint-based layout system to take the new intrinsic content size into account in its next layout pass.
The text was updated successfully, but these errors were encountered:
Call -invalidateIntrinsicContentSize in controls when appropriate (the content changes). Currently done in CPButton & subclasses.
Call this when something changes in your custom view that invalidates its intrinsic content size. This allows the constraint-based layout system to take the new intrinsic content size into account in its next layout pass.
The text was updated successfully, but these errors were encountered: