topical media & game development
#mobile-application-10-DerbyApp-build-iphone-Classes-TiUIWebView.h / h
Appcelerator Titanium Mobile
Copyright (c) 2009-2011 by Appcelerator, Inc. All Rights Reserved.
Licensed under the terms of the Apache Public License
Please see the LICENSE included with this distribution for details.
WARNING: This is generated code. Modify at your own risk and without support.
ifdef USE_TI_UIWEBVIEW
#import <TiUIView.h>
@interface TiUIWebView : TiUIView<UIWebViewDelegate> {
@private
UIWebView *webview;
UIActivityIndicatorView *spinner;
NSURL *url;
NSMutableDictionary *listeners;
NSString *pageToken;
BOOL scalingOverride;
NSString *basicCredentials;
//TODO: make more elegant
BOOL ignoreNextRequest;
id reloadData;
SEL reloadMethod;
}
@property(nonatomic,readonly) id url;
@property(nonatomic,readonly) id loading;
@property(nonatomic,readwrite,retain) id reloadData;
-(void)evalJS:(NSArray*)args;
-(id)evalJSAndWait:(NSString *)code;
-(void)fireEvent:(id)listener withObject:(id)obj remove:(BOOL)yn thisObject:(id)thisObject_;
-(void)canGoBack:(NSMutableArray*)result;
-(void)canGoForward:(NSMutableArray*)result;
@end
endif
(C) Æliens
04/09/2009
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.