有人知道这个UI键盘是怎么做的吗?

时间:2021-11-15 02:47:44

Anyone knows how they did this UI keyboard:
http://img87.imageshack.us/i/tastiera.png/ ?

任何人都知道他们是如何使用这个UI键盘的:http://img87.imageshack.us/i/tastiera。png / ?

Thanks, Fabrizio

谢谢,法

2 个解决方案

#1


3  

The only way to tell if it is a custom UIView is to see if it lacks the features of the normal keyboard. I simply cannot believe anyone completely duplicated the keyboard feature for feature just to change the tint of it.

判断它是否是自定义UIView的唯一方法是看它是否缺少普通键盘的功能。我简直不敢相信任何人为了改变键盘的颜色而完全复制键盘功能。

If it is not a custom UIView, then that leaves only one other option: private API calls. Is this app on the App Store? Private APIs are a no-no of course so I doubt this is the standard keyboard and available on the App Store.

如果它不是自定义的UIView,那么只剩下一个选项:私有API调用。这个应用程序在app Store上吗?私人api当然是不允许的,所以我怀疑这是否是标准的键盘,也不能在应用商店里买到。

UPDATE:

更新:

Of course, now we have Extensions with iOS 8 and you can create your own custom keyboards. It doesn't help make creating a keyboard any easier.

当然,现在我们有了iOS 8的扩展,你可以创建自己的自定义键盘。它并不能使创建键盘变得更容易。

#2


2  

Yes, seems to be a custom UIView with Custom UIButtons.

是的,看起来是一个自定义UIView带有自定义uibutton。

#1


3  

The only way to tell if it is a custom UIView is to see if it lacks the features of the normal keyboard. I simply cannot believe anyone completely duplicated the keyboard feature for feature just to change the tint of it.

判断它是否是自定义UIView的唯一方法是看它是否缺少普通键盘的功能。我简直不敢相信任何人为了改变键盘的颜色而完全复制键盘功能。

If it is not a custom UIView, then that leaves only one other option: private API calls. Is this app on the App Store? Private APIs are a no-no of course so I doubt this is the standard keyboard and available on the App Store.

如果它不是自定义的UIView,那么只剩下一个选项:私有API调用。这个应用程序在app Store上吗?私人api当然是不允许的,所以我怀疑这是否是标准的键盘,也不能在应用商店里买到。

UPDATE:

更新:

Of course, now we have Extensions with iOS 8 and you can create your own custom keyboards. It doesn't help make creating a keyboard any easier.

当然,现在我们有了iOS 8的扩展,你可以创建自己的自定义键盘。它并不能使创建键盘变得更容易。

#2


2  

Yes, seems to be a custom UIView with Custom UIButtons.

是的,看起来是一个自定义UIView带有自定义uibutton。