人有失足,馬有失蹄,不論是個人或是企業,或多或少都會遭遇誤刪資料的狀況,或是電腦中毒造成資料遺失。有些人有備份資料的好習… Read more →
分類: iOS & Apple
Mobile WebApp 開發技巧 - 透過 Safari Web Inspector 遠端偵錯 iOS UIWebView
Mobile Web 也想要 Debug 伴隨著行動上網裝置的大賣,許多網站開始支援使用手機瀏覽,在實機上要 Debug… Read more →
iOS UIWebView use HTML5 Video Tag Autoplay (WebView 影片自動播放)
iOS UIWebView Video Tag Autoplay HTML5 提供了 Video Tag 讓我們在網頁中… Read more →
如何透過 PHP 發送 Apple Notification Push
依照前一篇文章「iOS APNS 訊息推播 - Apple Push Notification Service 介紹」的… Read more →
iOS APNS 訊息推播 - Apple Push Notification Service 介紹
APNS 介紹 APNS 全名為 Apple Push Notification Service,也就是大家常說的 Pu… Read more →
如何讓 iOS UIWebView 連線時傳送自訂 Cookie 的方法
利用 NSHTTPCookieStorage 管理 Cookie 傳送 在 iOS 中如果自行建立 UIWebView … Read more →
iOS Objective-C 與 PHP DES 加解密演算法實作
PHP DES 加密 Objective-C 解密實作 在使用 php-mcrypt 函式庫進行 DES 加解密時,常常… Read more →
iOS UIWebView 元件如何關閉 TextField 鍵盤的預設大寫功能
在 iOS 的 UIWebView 元件中,如果點選網頁中的 <input type="text" /> 元… Read more →
App 如何開啟 iOS 內建的設定功能
在 Object-C 執行以下程式碼即可: [[UIApplication sharedApplication] ope… Read more →
iPhone SDK - 關閉 UIWebView 自動偵測把電話號碼加入底線的功能 (UIDataDetector)
使用 iPhone SDK 的 UIWebView 元件會發現一件很聰明的蠢事,就是當 Web 內容有出現類似電話號碼的… Read more →