我需要在iOS8Custom Keyboard中重新加载我的自定义键盘Extension。
我有可以更改键盘背景颜色的颜色偏好。
[self reloadInputView];
上面的代码不起作用,也不能重新加载。
那么我怎样才能重新加载UIInputViewController呢iOS8?
我需要在iOS8Custom Keyboard中重新加载我的自定义键盘Extension。
我有可以更改键盘背景颜色的颜色偏好。
[self reloadInputView];
上面的代码不起作用,也不能重新加载。
那么我怎样才能重新加载UIInputViewController呢iOS8?