YCSegmentView 0.1.5×由 YLeaves 维护。安装指南×YCSegmentView 安装指南您可以将以下命令类似地添加到您的 Podfile 中:pod 'YCSegmentView', '~> 0.1'target 'MyApp' do pod 'YCSegmentView', '~> 0.1' end然后在您的终端中运行 pod install,或者从 CocoaPods.app 中运行。或者,为了测试运行,可以运行以下命令:pod try YCSegmentView查看 PodspecGitHub 仓库CocoaPods.org 页面YCSegmentView 0.1.5由YLeavesYLeaves/YCSegmentViewGitHub 仓库YCSegmentView 是基于 UIPageViewController 实现的分页视图 通过 UIPageViewController 懒加载控制器视图进行代码解耦,避免一次性渲染所有子视图。