- Apr 10 Thu 2025 00:01
[Xcode cloud] Github (private) repo找不到branch
- Mar 29 Sat 2025 17:14
[iOS] MJRefresh + Lottie,下拉更新
ChatGPT生成第1次的code再搭配blogger文章+微調
https://blog.csdn.net/weixin_41732253/article/details/104048437
- Feb 22 Sat 2025 12:48
[SwiftUI] fix onChange not be trigger 不會被觸發
- Feb 15 Sat 2025 17:31
[Swift] CollectionView auto height in TableViewCell
在tableView的cellForRow中設定(可以寫在含collectionView的tableViewCell裡,然後再call
collectionView.reloadData() collectionViewHeight.constant = collectionView.collectionViewLayout.collectionViewContentSize.height
需搭配 (手動計算字型寬度,用auto cell會失準
- Oct 31 Thu 2024 10:37
[SwiftUI] 客製ScrollView下拉更新 pull to refresh