VBRRollingPit 1.0.1

VBRRollingPit 1.0.1

Viktor Braun维护。




VBRRollingPit

简单、美观且交互式的UITabBar

作者:v-braun - viktor-braun.de.

CocoaPods

预览

image

描述

受到来自此处的dribble和Ketan Rajput的启发,美观的UITabBarView

image

安装

CocoaPods

VBRRollingPit可在CocoaPods上找到。只需将以下代码添加到你的项目Podfile中:

pod 'VBRRollingPit'

或从GitHub

pod 'VBRRollingPit', :git => 'https://github.com/v-braun/VBRRollingPit.git'

手动

  1. VBRRollingPit.swift 下载并放入你的项目中。
  2. 恭喜!

使用方法

  1. 将 TabBarController 丢到你的应用中
  2. 选择 UITabBar
  3. 将“类”属性设置为 VBRRollingPit

image

查看示例项目。

配置

在属性检查器中有更多可用的属性。

image

已知的常见问题

如果你发现任何错误,请在 GitHub fork 上创建一个问题并给我发一个 pull request。

问题列表.

作者

image
v-braun

贡献

  1. Fork 它
  2. 创建你的功能分支 (使用 git checkout -b my-new-feature)
  3. 提交你的更改 (使用 git commit -am 'Add some feature')
  4. 推送到分支 (使用 git push origin my-new-feature)
  5. 提交新的 Pull Request

许可协议

请参阅:LICENSE