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