Handling “SecurityError: The operation is insecure” When Using LocalStorage in an iOS WebViewRecently, I was tasked with rendering a demo page using an HTML string. While the HTML worked perfectly in any browser, it didn’t behave…Nov 24, 2024Nov 24, 2024
用系統思考看前英國首相 Liz Truss 的經濟政策2022 年是英國經濟日益惡化的一年,通貨膨脹率飆升、失業率居高不下。年底剛新上任的英國首相 Truss 擔下了這個重責大任,市場期望她的計畫能挽救這個傳奇國度的最後一根救命稻草。但在 Truss 發表了一系列的經濟與稅務政策後,卻讓英國陷入更深的經濟困境。那麼,Truss…Jun 16, 20241Jun 16, 20241
什麼是 iOS codesign、distribution certificate 和 provisioning profile? 更新或撤銷它們會有什麼影響?本篇會用買書做為譬喻,來介紹 iOS 的 code signing 認證機制,並談談 revoke/remove distribution certificate、provisioning profile 會發生什麼事Apr 4, 2022Apr 4, 2022
一次看懂 Apple Pay 惱人的啟用設定和專有名詞Apple Pay 在商業應用場景上是極為便利的,拿出手機刷臉然後「逼!」一下就完成付款了。但 Apple Pay 在開發前的設定上卻是複雜的(沒錯!還沒到開發,開發反而很簡單)。本篇將用營業用計程車的方式來做譬喻,帶大家認識 Apple Pay 啟用設定會用到的各種東西。Mar 31, 2022Mar 31, 2022
Apple Pay 申請流程手把手教學Step 1: 註冊 merchant ID Step 2: 產出 CSR(手動 or openssl) Step 3: 用 CSR 向 Apple 申請 payment certificate Step 4: 在 app ID 上綁定 merchant IDMar 31, 2022Mar 31, 2022
What are the components of a URL? Why things should be encoded? What does it look likes in Swift?There’re meaningful symbols in a URL. Think of “URL encoding” as putting things into a box. You won’t mix up an iPhone with a Google Pixel.Mar 16, 2022Mar 16, 2022
淺談UICollectionViewCompositionalLayout 的結構與如何閱讀iOS 13 以後我們可以用 UICollectionViewCompositionalLayout 來更輕鬆地做到某些畫面的呈現,算是便利開發者的一大福音,最大的亮點大概就是:Jan 18, 2022Jan 18, 2022
深入探討UILabel確切行數. Calculating the exact number of lines of a UILabel最近晚輩遇到了一個需求「某段文字要根據內容決定顯示的高度,一行或兩行,但最多僅顯示兩行,超過的話下方要長出一個『顯示更多』的按鈕,點擊後再展開...」Jan 2, 2022Jan 2, 2022