Git Product home page Git Product logo

zjcwavetabbar's Introduction

ZJCWaveTabbar

CI Status Version License Platform

示例工程&示例图片

项目自带例子工程,如果需要查看,请clone repo ,然后打开命令行定位到例子工程下,运行pod install ,即可运行例子工程.
示例图片如下:
mkXCR.gif

集成&使用

>系统要求

iOS : 8.0+

>集成方法

Cocopods集成: ZJCWaveTabbar支持Cocoapods,所以集成起来非常简单,只需要在对应工程的Profile 文件中加入以下代码 ruby pod "ZJCWaveTabbar" ,然后运行 pod install即可在项目中集成,然后引入对应头文件即可使用.

源码集成: 需要下载工程,然后将对应源码都拖入到工程中,然后引用头文件使用即可集成即可.

>使用方法

话不多说,直接上示例代码:(当然如果你兴趣浓厚,可以自己Diy,壮哉我大谷歌开源精神)

    ZJCWaveTabarController * tabbar = [[ZJCWaveTabarController alloc] initWithThemeColor:[UIColor colorWithRed:135/255.0 green:206/255.0 blue:250/255.0 alpha:1]];
    [tabbar addViewControllerWithName:@"ZJCFirstViewController" andTitle:@"one" andNormalImage:@"tb_one_normal.png" andSelectedImage:@"tb_one_selected.png"];
    [tabbar addViewControllerWithName:@"ZJCSecondViewController" andTitle:@"two" andNormalImage:@"tb_two_normal.png" andSelectedImage:@"tb_two_selected.png"];
    [tabbar addViewControllerWithName:@"ZJCThirdViewController" andTitle:@"three" andNormalImage:@"tb_three_normal.png" andSelectedImage:@"tb_three_selected.png"];
    [tabbar addViewControllerWithName:@"ZJCFourthViewController" andTitle:@"four" andNormalImage:@"tb_four_normal.png" andSelectedImage:@"tb_four_selected.png"];

作者&建议

作者也是菜鸟一个~欢迎在issue中或者email提各种意见和建议~均会认真考虑和鉴用~
iXiaoChuan, [email protected]

License

ZJCWaveTabbar is available under the MIT license. See the LICENSE file for more info.

zjcwavetabbar's People

Contributors

ixiaochuan avatar

Stargazers

 avatar Carabineiro avatar

Watchers

James Cloos avatar Carabineiro avatar  avatar

Forkers

carabina

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.