登入/建立新帳號
導航
主頁
討論區
新手入門
中文輸入
解鎖疑難
好用軟體
勁爆遊戲
程式開發
周邊產品
維修
熱心捐款
原始碼
頁面
討論
原始碼
歷史
原始碼
出自iPhone.org.hk
Additional header file patches for open toolchain
的原始碼
跳轉到:
導航
,
搜尋
根據以下的原因,您並無權限去做以下的動作:
您剛才的請求只有user使用者組的使用者才能使用。
你可以檢視並複製本頁面的原始碼。
UIKit/UIWebView.h ---- #import "UIKeyboardInputProtocol.h" 改為 //#import "UIKeyboardInputProtocol.h" <br/> @class DOMHTMLElement, DOMNode, DOMNode<UIFormControl>, NSTimer, UIAutoscrollTimer, UIInformalDelegate, UITextLoupe, UITextTraits, UITextView, UIView, WebPDFView, WebView; 改為 @class DOMHTMLElement, DOMNode, DOMNode/*<UIFormControl>*/, NSTimer, UIAutoscrollTimer, UIInformalDelegate, UITextLoupe, UITextTraits, UITextView, UIView, WebPDFView, WebView; <br/> @interface UIWebView : UITiledView <UIKeyboardInput> 改為 @interface UIWebView : UITiledView /*<UIKeyboardInput>*/ <br/> DOMNode<UIFormControl> *element; 改為 DOMNode/*<UIFormControl>*/ *element;
返回到
Additional header file patches for open toolchain
。