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
This rule enforce the use of new Swift CGGeometry methods and properties(like rect.width) instead of legacy CGGeometry functions(like CGRectGetWidth(rect))
The text was updated successfully, but these errors were encountered:
This rule enforce the use of new Swift CGGeometry methods and properties(like
rect.width
) instead of legacy CGGeometry functions(likeCGRectGetWidth(rect)
)The text was updated successfully, but these errors were encountered: