isaced

Results 51 comments of isaced

看了下蒲公英的[接口文档](https://www.pgyer.com/doc/api#paramInfo),技术上是能实现的,并且蒲公英是在服务端解析的应用信息,实现起来更简单,并且能直接支持 iOS 和 Android,不过我没想好怎样组织这两个平台,名字难道也不叫 fir-mac 了?

After researching emojipedia, the biggest problem of /apple/ios-15.4/ is that there is no skin tone/category relationship, so it is difficult to export structurally.

**ISEmojiView** just like a view, you can control it like an `UIView`. Or I guess your question is "How to pop up the keyboard via a button?" - [It is...

@dortest If you want to operate the EmojiView as a normal view, I try the following code and it works: ``` let view = EmojiView() view.frame = CGRect(x: 0, y:...

hey, I'm trying to update Emojis. see #70 .

Similar to the iOS system Emoji keyboard bottom category sliding switch? ![image](https://user-images.githubusercontent.com/2088605/88883000-bfd29400-d265-11ea-8d2e-11c9dd474689.png)

Looks like this is not a problem with ISEmojiView?

It seems that this emoji list does not support all versions of iOS system, some emoji is added on iOS 11.1 > [iOS 11.1 has 70 new emoji and it’s...

之前遇到过这样的需求,后来是用改造 cache key 的方式解决的。

如果是想要 RealtimePreview 的话,直接切到 RealtimePreview 目录即可;不需要先到 TemplateWorkSpace 执行 buildTemplate.sh。 排查的话可以尝试把 run.sh 中的 clean 先注释掉,然后执行一次看看 templatelist.properties 文件生成成功没有,看看具体原因。