Нужно ли добавлять как стручок?Мне нужно создать секционное 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](https://i.stack.imgur.com/udjq7.png)