Как я могу заставить RxDataSource работать - PullRequest
0 голосов
/ 03 июня 2018

Нужно ли добавлять как стручок?Мне нужно создать секционное tableView с привязкой RxCocoa UI.Я не смог найти нужную документацию для его реализации.заранее спасибо

это мой подфайл

# 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

enter image description here

1 Ответ

0 голосов
/ 04 июня 2018

Да RxDataSources - это отдельный модуль, поэтому вам необходимо добавить его в ваш Podfile.

Установка описана в репозитории RxDataSources: https://github.com/RxSwiftCommunity/RxDataSources#installation

...