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
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
#7061 added category properties on NSValue with names like lineCap. When categorizing a class we don’t declare, we need to use a class prefix to avoid conflicts. lineCap should be renamed to MGLLineCapValue for consistency with existing category properties on NSValue like MGLCoordinateValue and MKCoordinateValue.
#7061 added category properties on NSValue with names like
lineCap
. When categorizing a class we don’t declare, we need to use a class prefix to avoid conflicts.lineCap
should be renamed toMGLLineCapValue
for consistency with existing category properties on NSValue likeMGLCoordinateValue
andMKCoordinateValue
./cc @boundsj
The text was updated successfully, but these errors were encountered: