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

May I know is there any icon picker for emoji in b4i?
Thank you.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…