VBRRollingPit
简单、美观且交互式的UITabBar
预览
描述
受到来自此处的dribble和Ketan Rajput的启发,美观的UITabBarView
安装
CocoaPods
VBRRollingPit可在CocoaPods上找到。只需将以下代码添加到你的项目Podfile中:
pod 'VBRRollingPit'
或从GitHub
pod 'VBRRollingPit', :git => 'https://github.com/v-braun/VBRRollingPit.git'
手动
- 将
VBRRollingPit.swift
下载并放入你的项目中。 - 恭喜!
使用方法
- 将 TabBarController 丢到你的应用中
- 选择 UITabBar
- 将“类”属性设置为 VBRRollingPit
查看示例项目。
配置
在属性检查器中有更多可用的属性。
已知的常见问题
如果你发现任何错误,请在 GitHub fork 上创建一个问题并给我发一个 pull request。
问题列表.
作者
贡献
- Fork 它
- 创建你的功能分支 (使用
git checkout -b my-new-feature
) - 提交你的更改 (使用
git commit -am 'Add some feature'
) - 推送到分支 (使用
git push origin my-new-feature
) - 提交新的 Pull Request
许可协议
请参阅:LICENSE。