Keyboard Support

Contact and Search

Keyman.com Homepage

Header bottom

Keyman.com

Other versions
Version 16.0 (current version)Version 15.0Version 14.0Version 13.0 (home page)Version 12.0 (home page)Version 11.0 (home page)Version 10.0 (home page)Version 2.0 (home page)

On this page

.pageURL(for:)

Summary

The KeymanPackage.pageURL(for: KeymanPackagePage) method provides links to web pages contained within a package.

Syntax

KeymanPackage.pageURL(for: KeymanPackagePage) -> URL?

Parameters

for: KeymanPackagePage
An enum representing the type of page to retrieve.

Supported pages: .readme, .welcome, .custom(bundledPath: String), the latter of which may target arbitrary locations within the package.

May return nil if the corresponding file does not exist.

Value

A URL that may be used to display the page within a WKWebView or similar module.

History

Added in Keyman Engine for iPhone and iPad 14.0.

See also

PackageWebViewController
Used to display web pages contained within a package.