HLLSegmentBar 0.0.2

HLLSegmentBar 0.0.2

liuhong 维护。



  • 作者:
  • liuhong

HLSegmentBar

一款简单易用的选项卡,一句代码即可实现选项卡功能。

集成方式

1. 直接下载,将 HLSegmentBar 文件拖到项目中即可使用。

2. 使用 Cocoapods 集成:在 podfile 文件中写入 pod 'HLLSegmentBar', '~> 0.0.1' 然后运行 pod install 即可。

使用方式

1. 导入头文件 #import "HLSegmentBarVC.h" 2. 调用方法 -(void)setUpWithItems:(NSArray<NSString*>)items childVCs:(NSArray<UIViewController*>)childVCs 即可。

具体参考 demo。

gif 示例

image