您想将其添加到 Podfile 中,如下所示:pod 'UITableView+FDTemplateLayoutCell_Bell', '~> 1.5'
target 'MyApp' do
pod 'UITableView+FDTemplateLayoutCell_Bell', '~> 1.5'
end
然后在终端内运行 pod install
,或从 CocoaPods.app 运行。
如果您想进行测试运行,则运行以下命令
pod try UITableView+FDTemplateLayoutCell_Bell