Tagged in

iOS

Aiworks
Aiworks
AppWorks School 自 2016 年成立以來,成功培育超過 1300 名軟體工程師,校友遍佈知名企業。2024 年推出 Aiworks,專注於 AI 自動化賦能,透過系統化培訓和專業顧問服務,協助企業提升營運效率,實現智能升級。我們致力於釋放人才與組織的潛力,幫助企業在快速變化的市場中保持競爭優勢。
More information
Followers
2.8K
Elsewhere
More, on Medium

Google Analytics in iOS — 2

上一篇介紹了 Google Analytics iOS SDK 裡面的 Screens,Events,E-commerce,Sessions。接著這篇會再談到 Advertise,Crashes & Exceptions,Social Interactions,User ID,User Timing。

Advertise


淺談 Protocol-Oriented Programming — Protocol Extension

過去我們在學程式時,都會聽到一個名詞 — 物件導向 (OOP, Object-Oriented Programming) ,創造出許多元件,然後重複利用它們,類別繼承則是其中最常見的設計模式。

在 iOS 開發的領域中,過去 Objective-C 時期,也都是使用物件導向這套設計模式,直到 Apple 推出了 Swift 這套新的程式語言後,有了些變化。