genmoji
Generated on 8/21/2024
1 search
Genmoji is a new feature introduced by Apple that allows users to create personalized emoji-like images. Unlike traditional emoji, which are standardized Unicode characters, Genmoji are unique rasterized bitmaps that can't be described by a Unicode text character. They are supported by a new API called NSAdaptiveImageGlyph, which allows these images to be used alongside regular text in a variety of applications.
Genmoji can be integrated into apps that support rich text, as they are natively supported by rich text views. This means that if your app already supports rich text, enabling Genmoji could be as simple as enabling support for adaptive image glyphs. They can be used in notifications, web interfaces, and more, providing a new way for users to express themselves.
For more details on how to bring Genmoji to your app, you can refer to the session Bring expression to your app with Genmoji.
Platforms State of the Union
Discover the newest advancements on Apple platforms.
Bring expression to your app with Genmoji
Discover how to bring Genmoji to life in your app. We’ll go over how to render, store, and communicate text that includes Genmoji. If your app features a custom text engine, we’ll also cover techniques for adding support for Genmoji.