I know how to insert a UIImage inside a UILabel but I am not sure how insert more than one image as appending the new image to the attributed string will always discard the previous attached image.
Is there a way to insert multiple images or maybe even replace specific characters with images,
I ended up modifying the font I was using and drawing my own emojis. The key was in figuring out how to export colored glyphs that retain their color despite what color you set for the string.