How would you get the intrinsicContentSize
like for a UILabel
but for an SKLabelNode
?
My not-so-educated-guess would be to create a UILabel
with the same font and just get its' intrinsicContentSize
... but this seems sloppy.
How would you get the intrinsicContentSize
like for a UILabel
but for an SKLabelNode
?
My not-so-educated-guess would be to create a UILabel
with the same font and just get its' intrinsicContentSize
... but this seems sloppy.