TCGBWebURL Class Reference
Inherits from | NSObject |
---|---|
Declared in | TCGBWebURL.h |
Properties
scheme
scheme
@property (nonatomic, strong, readonly) NSString *scheme
Discussion
The url scheme string, and the key of schemeCallbackDictionary;
Declared In
TCGBWebURL.h
host
host
@property (nonatomic, strong, readonly) NSString *host
Discussion
This is a host of the scheme.
Declared In
TCGBWebURL.h
query
query
@property (nonatomic, strong, readonly) NSDictionary *query
Discussion
This is a query dictionary of the scheme.
Declared In
TCGBWebURL.h
Initialization
+ webViewURLWithURL:
Creates and returns an TCGBWebURL
object.
+ (instancetype)webViewURLWithURL:(NSURL *)url
Parameters
url |
NSURL type parameter |
---|
Declared In
TCGBWebURL.h
+ webViewURLWithURLString:
Creates and returns an TCGBWebURL
object.
+ (instancetype)webViewURLWithURLString:(NSString *)url
Parameters
url |
NSString type parameter |
---|
Declared In
TCGBWebURL.h