文件名称:CombineDataSources:合并的表格和集合视图数据源
文件大小:688KB
文件格式:ZIP
更新时间:2024-05-26 15:19:58
Swift
CombineDataSources提供自定义的Combine订阅服务器,这些订阅服务器充当表和集合视图控制器,并将元素集合流绑定到具有单元格的表或集合部分。 :warning: :warning: :warning: 笔记 :police_car_light: :police_car_light: :police_car_light: :该软件包目前正在开发中。 目录 1.1 1.2 1.2 1.3 2.1 2.2 用法 演示应用 :mobile_phone: 该仓库在Example子文件夹中包含一个演示应用程序,演示了实践中使用CombineDataSources的不同方法。 绑定一个简单的元素列表 var data = PassthroughSubject < [Person], Never > () data . bind ( subscriber : tableView. rowsSubscriber ( cellIdentifier : " Cell " , cellType : PersonCell. self , cel
【文件预览】:
CombineDataSources-master
----Assets()
--------BatchesDataSource.png(74KB)
--------BatchesDataSource.monopic(3KB)
--------sections-list.gif(336KB)
--------plain-collection.gif(249KB)
--------slack.png(5KB)
--------combine-data-sources.png(50KB)
--------plain-list.gif(187KB)
----Sources()
--------CombineDataSources()
----.swiftpm()
--------xcode()
----Tests()
--------CombineDataSourcesTests()
----LICENSE(1KB)
----Example()
--------Example.xcodeproj()
--------Example.xcworkspace()
--------Example()
----README.md(7KB)
----CombineDataSources.podspec(868B)
----Package.swift(506B)
----.gitignore(1KB)