質問編集履歴
1
スペルの修正
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
|
1
|
+
unicodeで指定した国旗絵文字をiOS上に表示させる方法
|
body
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
iPhoneのアプリ上で、
|
1
|
+
iPhoneのアプリ上で、unicodeで絵文字の国旗を指定し表示させたいと思っています。
|
2
2
|
|
3
|
-
[Emoji Data](http://unicode.org/emoji/charts/full-emoji-list.html)にある、絵文字とそれに対応する
|
3
|
+
[Emoji Data](http://unicode.org/emoji/charts/full-emoji-list.html)にある、絵文字とそれに対応するUnicodeを使用し、以下の様なコードを書くことで一般的な絵文字を表示することは確認できました。
|
4
4
|
|
5
5
|
```Swift
|
6
6
|
let flagCode:String = "1F600"
|