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.
ばかげた質問のように思えるかもしれませんが、XCode のテキスト ラベルに「立方メートル」ではなく「m」[立方体の記号] を入れたいだけです。これはどのように行われますか?
[編集] > [特殊文字... ]を使用して文字列リテラルに記号を挿入するだけです(検索ボックスに「cubed」と入力します)。
textField.text = [NSString stringWithFormat:@"Your table is %u㎤", tableVolume);
これらは私が見つけたユニットキューブシンボルです:
㎣㎤㎥㎦</p>
一般的な上付き文字「3」が必要な場合、それを配置するのは難しくなります...