문제

I was thinking of putting adding a UITableView to a SKView, but I read the answer here which mentioned it would be 'crude': Sprite Kit Table View

I tested it, and the text in the tableview is slightly pixelated. Out of curiousity, I also made a simple stand-alone SKLabelNode and noticed it was not retina-quality either.

My question(s) is why is the text in these cases not retina? Is there a way I can make them sharper as if they were rendered by UIKit? What is the underlying concept I need to understand with respect to text and Sprite Kit?

도움이 되었습니까?

해결책

My simulator was set to test using the iPad, not iPad retina. D'oh

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top