Skip to content

liqichao/wkwebview-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wkwebview-test

update kinderas's blog to swift 2.0

#Hi This is a demo of wkwebview in iOS(from 8.0). I read Kinderas's blog, and tried what he says. But it won't work in Swift 2.0. So I update the source code. If you want to check the original blog, please go to:

https://www.kinderas.com/technology/2014/6/7/getting-started-with-wkwebview-using-swift-in-ios-8 https://www.kinderas.com/technology/2014/6/15/wkwebview-and-javascript-in-ios-8-using-swift

Big THANKS To Kinderås!!

#How to use #Step1 Start a sever to run the page(index.html) in wkdemo folder.(I think you could also just load the page without a server. But you need to get a local file path by yourself,cheers)

#Step2 Change the url in iOS project - > ViewController.swift. By default it is https://localhost:8888/index.html , I use MAMP as a server. It is pretty neat.
let url = NSURL(string:"https://localhost:8888/index.html")

#Step3 It works!

About

update kinderas's blog to swift 2.0

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published