ChatGPT生成第1次的code再搭配blogger文章+微調

https://blog.csdn.net/weixin_41732253/article/details/104048437

小賢 發表在 痞客邦 留言(0) 人氣()

將SwiftUI 的view加到UIViewController上,

使用 UIHostingController,

小賢 發表在 痞客邦 留言(0) 人氣()

在tableView的cellForRow中設定(可以寫在含collectionView的tableViewCell裡,然後再call

    
    collectionView.reloadData() collectionViewHeight.constant = collectionView.collectionViewLayout.collectionViewContentSize.height
    

需搭配 (手動計算字型寬度,用auto cell會失準

小賢 發表在 痞客邦 留言(0) 人氣()

Github:

https://github.com/Bosian/SwiftUIPullToRefreshScrollView/tree/main

小賢 發表在 痞客邦 留言(0) 人氣()

遇到的問題:

xib建立native gogole Ad,然後被包在 UIViewrePresentable內,如果使用property或init產生instance的方式,

小賢 發表在 痞客邦 留言(0) 人氣()