iOS Question Append Emoji using CSbuilder?

hongbii khaw

Member
Licensed User
Longtime User
Hi all,
I found that the string builder can actually append emoji character,
For example,
B4X:
Dim cs As CSBuilder
cs.Initialize.Color(Colors.Black).Append("Good Day")
cs.Append(Chr(0xE345)).PopAll
lbl.AttributedText = cs
51247-aa21d2798a03deedbcab0b0d9e4ce2d6.jpg

May I know is there any icon picker for emoji in b4i?
Thank you.
 
Top