Tree-like data structure visualization/representation/drawing
13:02 23 Mar 2026

There's a tree data structure with string nodes.

Is there a framework/library to draw this structured text tree into graphic context (CGContext)? it's about calculating correct layout to represent it

Or where should I search any useful info?

Mb custom solution has to be implemented here..Ж:o)

swift graphics drawing core-graphics draw