2011-08-08 26 views

Trả lời

1

Bạn nhận được khóa quay lại và loại bàn phím được xác định trong hệ điều hành. Trừ khi bạn muốn cố gắng để hack hệ thống phân cấp của bàn phím để thay đổi nút đó, đó sẽ là một kế hoạch thực sự xấu. (Tiêu chuẩn giới thiệu ở đây là để nộp báo cáo lỗi với Apple để cho họ biết bạn muốn biết thêm/tùy chọn khác nhau

+0

ok.Nếu tôi có thể thêm subview của uibutton trong uikeyboard đã giới thiệu ở đây.http: //www.neoos.ch/news/46-development/54-uikeyboardtypenumberpad-and-the-missing-return-key .. Sau đó táo có thể từ chối ứng dụng của tôi? – raj

13

tại táo chỉ hỗ trợ các loại:.

typedef enum { 
    UIReturnKeyDefault,//Set the text of the return key to “return”. 
    UIReturnKeyGo,//Set the text of the return key to “Go”. 
    UIReturnKeyGoogle,//Set the text of the return key to “Google”. 
    UIReturnKeyJoin,//Set the text of the return key to “Join”. 
    UIReturnKeyNext,//Set the text of the return key to “Next”. 
    UIReturnKeyRoute,//Set the text of the return key to “Route”. 
    UIReturnKeySearch,//Set the text of the return key to “Search”. 
    UIReturnKeySend,//Set the text of the return key to “Send”. 
    UIReturnKeyYahoo,//Set the text of the return key to “Yahoo”. 
    UIReturnKeyDone,//Set the text of the return key to “Done”. 
    UIReturnKeyEmergencyCall,//Set the text of the return key to “Emergency Call”. 
} UIReturnKeyType; 

lẽ bạn có thể sử dụng gửi để thay thế.

Các vấn đề liên quan