String
struct String
-
Return a
Dateobject if the current String is in the right format.Declaration
Swift
public var iso8601StringDate: Date?
-
The URL for the underlying media file with additional options for server side manipulations such as format changes, resizing, cropping, and focusing on different areas including on faces, among others.
Throws
Will throw SDKError if the SDK is unable to generate a valid URL with the desired ImageOptions.Declaration
Swift
public func url(with imageOptions: [ImageOption] = []) throws -> URLParameters
imageOptionsAn array of
ImageOptionthat will be used for server side manipulations.
-
Will make a
URLfrom the currentStringinstance if possible.Declaration
Swift
public func url() throws -> URL
-
Undocumented
Declaration
Swift
struct String
View on GitHub
String Extension Reference