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
I think we can add support of values with next string representations:
CGSize(50.0, 30.0)
or
NSRange(0, 20)
I suggest to implement it via post-processor, replace all NSValue structures strings with NSValue objects and replace injection by withObject injection.
The text was updated successfully, but these errors were encountered:
I think we can add support of values with next string representations:
CGSize(50.0, 30.0)
or
NSRange(0, 20)
I suggest to implement it via post-processor, replace all NSValue structures strings with NSValue objects and replace injection by
withObject
injection.The text was updated successfully, but these errors were encountered: