我是否需要添加为pod? 我需要创建一个带有RxCocoa UI绑定的分段tableView。我无法找到正确的文档来实现它。 提前谢谢
这是我的Podfile
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'NetworkLayer-Rx' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for NetworkLayer-Rx
pod 'RxAlamofire'
pod 'RxSwift'
pod 'RxCocoa'
target 'NetworkLayer-RxTests' do
inherit! :search_paths
# Pods for testing
end
end
答案 0 :(得分:0)
是RxDataSources是一个单独的pod,因此您需要将其添加到Podfile中。
安装在RxDataSources repo上解释: https://github.com/RxSwiftCommunity/RxDataSources#installation