Take Advantage of UIWebView for iOS Native App Developers
1. Take Advantage of
UIWebView
for
iOS Native App
Developers
Ryan Chung
iOS UIWebView 1 http://MobileDev.TW
13. Web App or Native App?
功能 Web App Native App
靜態圖片、文字展示
O
O
內容可直接線上更新
O
X
可上架販售
X
O
離線閱覽
X
O
加入主畫面螢幕
O
O
顯示自定啓動圖片
O
O
iOS UIWebView 13 http://MobileDev.TW
29. HYBRID APP WE ALWAYS DO THIS...
iOS UIWebView 29 http://MobileDev.TW
30. 資料介接
別人家的Server
XML Parser
XML or JSON JSON
Array Dic
自己架的Server PHP + MySQL
iOS UIWebView 30 http://MobileDev.TW
37. Web Page與App互動
• 透過超連結的載入請求觸發,判斷超連結的字串是
否有特定關鍵字,來決定行為
Sent before a web view begins loading a frame.
iOS UIWebView 37 http://MobileDev.TW