Recent posts

使用 DispatchWorkItem 設定特定時間的 API 任務

情境假設: 你正在開發一個電子商務的 iOS 應用。這個應用有多個功能,包括瀏覽商品、添加到購物車、查看庫存、下單等。其中,實時庫存查詢功能特別關鍵,因為它直接影響用戶的購買決策和體驗。

Delegate Pattern in Swift

The Delegate Pattern is a commonly used design pattern in iOS development that allows one object to delegate certain responsibilities or behaviors ...

iOS MVC Architecture

MVC is Apple’s exemplary framework; in the era of UIKit, it was an important pattern. Recently, whenever I find some free time, I spend it reading ...