出自iPhone.org.hk
(修訂版本間差異)
|
|
(2個中途的修訂版本沒有顯示。) |
第1行: |
第1行: |
- | == UIKit/UIWebView.h ==
| |
- |
| |
- | <span style="font-size:8pt"><pre>#import "UIKeyboardInputProtocol.h"</pre></span>
| |
- | 改為
| |
- | <span style="color:blue; font-size:8pt"><pre>//#import "UIKeyboardInputProtocol.h"</pre></span>
| |
- | <br/>
| |
- | <span style="font-size:8pt"><pre>@class DOMHTMLElement, DOMNode, DOMNode<UIFormControl>, NSTimer, UIAutoscrollTimer,
| |
- | UIInformalDelegate, UITextLoupe, UITextTraits, UITextView, UIView, WebPDFView, WebView;</pre></span>
| |
- | 改為
| |
- | <span style="color:blue; font-size:8pt"><pre>@class DOMHTMLElement, DOMNode, DOMNode/*<UIFormControl>*/, NSTimer, UIAutoscrollTimer,
| |
- | UIInformalDelegate, UITextLoupe, UITextTraits, UITextView, UIView, WebPDFView, WebView;</pre></span>
| |
- | <br/>
| |
- | <span style="font-size:8pt"><pre>@interface UIWebView : UITiledView <UIKeyboardInput></pre></span>
| |
- | 改為
| |
- | <span style="color:blue; font-size:8pt"><pre>@interface UIWebView : UITiledView /*<UIKeyboardInput>*/</pre></span>
| |
- | <br/>
| |
- | <span style="font-size:8pt"><pre>DOMNode<UIFormControl> *element;</pre></span>
| |
- | 改為
| |
- | <span style="color:blue; font-size:8pt"><pre>DOMNode/*<UIFormControl>*/ *element;</pre></span>
| |
- | <br/>
| |
- | ----
| |
- |
| |
| == GraphicsServices/GraphicsServices.h == | | == GraphicsServices/GraphicsServices.h == |
| | | |
第44行: |
第22行: |
| @interface UIHardware : UIView</pre></span> | | @interface UIHardware : UIView</pre></span> |
| <br/> | | <br/> |
- | ----
| |
| | | |
- | == UIKit/UISliderControl.h == | + | == Others == |
- | | + | * AudioToolBox |
- | <span style="font-size:8pt"><pre>- (float)value; // IMP=0x32449fe8</pre></span>
| + | * CoreAudio |
- | 改為
| + | * UIWebView |
- | <span style="color:blue; font-size:8pt"><pre> - (long)value; // IMP=0x32449fe8</pre></span>
| + | * WebCore |
- | <br/>
| + | * WebKit |
| + | [[http://www.iphone.org.hk/attach/31561-header-patch.tgz download from here]] |
當前修訂版本
GraphicsServices/GraphicsServices.h
CGPoint GSEventGetLocationInWindow(GSEvent *ev);
改為
struct CGRect GSEventGetLocationInWindow(GSEvent *ev);
UIKit/UIKit.h
加這行
#import <GraphicsServices/GraphicsServices.h>
UIKit/UIHardware.h
#import <Foundation/Foundation.h>
@interface UIHardware : NSObject
改為
#import <UIKit/UIView.h>
@interface UIHardware : UIView
Others
- AudioToolBox
- CoreAudio
- UIWebView
- WebCore
- WebKit
[download from here]