3 years ago I bemoaned the absence of Object2D in iOS
The help still says ‘All project types’
but to be fair, it then goes on to say that stringshape is deprecated in favour of TextShape.
But neither work in iOS
Why on earth not, after all this time? It’s not as if they rely on some obscure iOS-only library, is it?
Or is it?
Why are these objects still missing?
2026 and still no Object2D
I have a project my customers are begging for on iPads, but I can’t even begin because Object2D doesn’t exist for iOS projects.
What’s the problem?
I’m not sure if it works on iOS or for your use case but have you tried this library? New Xojo SVG rendering library
I’ll check it out. Thank you.
Probably a massive switch over, but worth knowing about.
I think I have similar options if I try to use GraphicsMagik plugins, but again, it’s pretty much a ground up rewrite I would rather avoid. Cross compiling and all that… 
Considering that iOS and macOS share their entire imaging framework, this should be dead simple for Xojo to implement, unless there is some external library they are using that isn’t available for iOS.
In any case, a motivated developer would easily be able to implement a workalike set of classes using Declares into Core Graphics. That Object2D stuff just isn’t very complex.