close

Swift - Webpage

目的:顯示網頁

Webpage1.png  

 

1. New ProjectSingleView Application

Webpage1

 

2. Product Name:Webpage

    Lanuage:Swift

webpage3  

 

3. 新增framework:WebKit.framework

webpage4

 

4. ViewController.swift 程式碼 

webpage5  

 

ref: www.appcoda.com


Notes:  容易犯錯的地方

webView.setTranslatesAutoresizingMaskIntoConstraints(false)

注意false是小寫

 

view.addConstraints([height,width])

注意addConstraints

 

arrow
arrow

    Patty 發表在 痞客邦 留言(0) 人氣()