23.下列關於 UICollectionView 的敘述,何者不正確?
(A) 與 UITableView 相同,UICollectionView 內建編輯機制(Editing mode)
(B) 可使用 custom layout(subclass of UICollectionViewLayout)來定義內部
元件的顯示方式
(C) 與 UITableView 不同,UICollectionView 除了支援垂直方向捲動,也可
以支援水平方向捲動
(D) 與 UITableView 相同,UICollection 透過 Data Source 動態綁定要顯示
的資料
詳解 (共 1 筆)
未解鎖
1. 題目解析 這題考察的是對於 UI...