Joe's Blog
iOS 開發筆記
Home
All posts
Categories
Tags
個人收藏
MQTT 實作聊天 Demo
發佈於 2025-03-04
2026-06-13 更新
@
Development
#
AI寫作
#
MQTT
#
SwiftUI
#
MVVMC
#
Demo
用 MQTTNIO + Swift Concurrency 實作即時聊天,MQTTManager 用 actor 封裝,訊息透過 NotificationCenter 橋接到 ViewModel。
播放本地端 m3u8
發佈於 2022-07-13
2026-05-05 更新
@
Development
#
AI寫作
#
AVPlayer
#
Demo
實作本地端 m3u8 播放 Demo.
UITextField 限制輸入小數
發佈於 2020-12-25
2026-06-13 更新
@
Development
#
AI寫作
#
UIKit
#
UITextField
用 shouldChangeCharactersIn 處理六種邊界情況,讓輸入框只接受合法的小數。
UILabel 計算行數、每行字串、每行大小
發佈於 2020-07-01
2026-06-13 更新
@
Development
#
AI寫作
#
UIKit
#
UILabel
#
CoreText
#
TextKit
UILabel 沒有提供這些 API,但用 CoreText 和 TextKit 可以自己算出來。
變更 Git commit 註解符號
發佈於 2020-03-06
2026-06-13 更新
@
Development
#
AI寫作
#
git
當 commit message 需要用
← Prev page
Next page →