Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support NSValue structs in valueAsText injections #183

Closed
alexgarbarev opened this issue Feb 24, 2014 · 1 comment
Closed

Add support NSValue structs in valueAsText injections #183

alexgarbarev opened this issue Feb 24, 2014 · 1 comment

Comments

@alexgarbarev
Copy link
Contributor

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.

@jasperblues
Copy link
Member

👍

This would be useful in the block-style. . . and for folks who prefer the XML style, not just useful but essential.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants