標籤:blog io ar os 使用 sp on 資料 div
/*
UIKeyboardWillShowNotification 通知下的資料
百度
{
UIKeyboardAnimationCurveUserInfoKey = 7;
UIKeyboardAnimationDurationUserInfoKey = "0.25";
UIKeyboardBoundsUserInfoKey = "NSRect: {{0, 0}, {320, 44}}";
UIKeyboardCenterBeginUserInfoKey = "NSPoint: {160, 590}";
UIKeyboardCenterEndUserInfoKey = "NSPoint: {160, 546}";
UIKeyboardFrameBeginUserInfoKey = "NSRect: {{0, 568}, {320, 44}}";
UIKeyboardFrameEndUserInfoKey = "NSRect: {{0, 524}, {320, 44}}";
}
*/
/*
九宮格
{
UIKeyboardAnimationCurveUserInfoKey = 7;
UIKeyboardAnimationDurationUserInfoKey = "0.25";
UIKeyboardBoundsUserInfoKey = "NSRect: {{0, 0}, {320, 295.5}}";
UIKeyboardCenterBeginUserInfoKey = "NSPoint: {160, 715.75}";
UIKeyboardCenterEndUserInfoKey = "NSPoint: {160, 420.25}";
UIKeyboardFrameBeginUserInfoKey = "NSRect: {{0, 568}, {320, 295.5}}";
UIKeyboardFrameEndUserInfoKey = "NSRect: {{0, 272.5}, {320, 295.5}}";
}
*/
// 百度IME的這個事件通知中, 只有這些資料, 和系統的完全不一樣, 不知道他們怎麼想的, 導致一些第三庫中使用這個時, 會出錯!
待續吧,已經碰到兩個了
iOS上百度IME引起的問題