Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
テキスト全体を表示できるように、SKLabelNode の fontSize を動的な値に設定して、最大許容値にすることは可能ですか。
ラベルが更新されるたびに、メソッド say を呼び出すだけ:adjustLabelです。その中で
:adjustLabel
- (void)adjustLabel{ label.text = //Your Text; label.fontSize = //Your fontSize; label.position = // Your position; // whatever attributes of the label you want to change, add them here. }