Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道如何使用 SwiftUI 获取用户的拟我表情。不幸的是,Apple 的 AvatarKit 是私有的,不能用于生产应用程序。
那么有没有办法从键盘上获取拟我表情贴纸呢?我试过看,.keyboardType但它没有贴纸/表情符号的任何选项。
.keyboardType
我基本上想知道如何让 Memoji 出现在 SwiftUI 中 TextField 的键盘上。我知道您可以在 SwiftUI 之外执行此操作(通过设置allowsEditingTextAttributes为yes)。
allowsEditingTextAttributes
yes