TCGBWebURL Class Reference

Inherits from NSObject
Declared in TCGBWebURL.h

Overview

This TCGBWebURL class represents URL that is much more easy to handling.

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

  fragment

fragment

@property (nonatomic, strong, readonly) NSString *fragment

Discussion

This is a fragment of the scheme.

Declared In

TCGBWebURL.h

  url

url

@property (nonatomic, strong, readonly) NSURL *url

Discussion

This is a NSURL object 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