URLScheme (property)

The scheme for the URL.

Syntax

@property (nonatomic,readwrite,assign,getter=URLScheme,setter=setURLScheme:) NSString* URLScheme;
- (NSString*)URLScheme;
- (void)setURLScheme:(NSString*)newURLScheme;
public var URLScheme: String {
  get {...}
set {...} }

Default Value

"https"

Remarks

This property contains the scheme for the URL. The URL scheme as determined by parsing the value set in the URL property.

The supported schemes are "http" and "https".

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 iOS Edition - Version 20.0 [Build 8307]