Changelog History
Page 1
-
v5.1.0 Changes
October 28, 2019⚡️ update Package.swift to latest standard
-
v5.0.0
June 07, 2019 -
v4.2.0
September 25, 2018 -
v4.0.0
March 24, 2018 -
v2.0.2
February 14, 2017 -
v2.0.1
February 08, 2017 -
v2.0.0 Changes
October 12, 2016⚡️ Update to swift 3
-
v1.1.1 Changes
September 06, 2016🛠 Fix #15
0️⃣ By default detect page loading end using the webkitnavigationDeletage
instead ofloading
boolean
If you use your own instance ofWKView
inErik
instance, and have already set a delegate, you can make it implement the protocolNavigable
Other algorithm could be chosen to detect page loading
(myErikInstance.layoutEngine as? WebKitLayoutEngine)?.pageLoadedPolicy =.loading
// theloading
boolean
(myErikInstance.layoutEngine as? WebKitLayoutEngine)?.pageLoadedPolicy =.estimatedProgress
// theestimatedProgress
value (must be 1.0 except when starting 0.0)If no page loaded,
NoContent
is thrown when asking forcurrentContent
An empty page is detected using patternErik.noContentPattern
You can set tonil
if you want to keep previous code state -
v1.1.0 Changes
September 06, 2016👍 Allow to get title, load url request, go back and forward, reload page
📇 Rename currentURL to url -
v1.0.3
December 22, 2015