Giter Site home page Giter Site logo

rainbownavigation's Introduction

image1

RainbowNavigation 中文介绍

You can use RainbowNavigation to set the backgroundColor of UINavigationBar in animation.

Feature

  • Set the backgroundColor of UINavigationBar.
  • Make transparent UINavigationBar
  • Add statusBar mask for UINavigationBar
  • Update the backgroundColor of UINavgationBar in animation
  • Support Push/Pop operations
  • Support gesture Pop operation

image1 image2 image3

Requirements

  • iOS 8.0 +
  • Swift 2.0 +

Install

CocoaPods

add following code to your Podfile

pod 'RainbowNavigation'

Usage

Set the backgroundColor of UINavigationBar

Make UINavigationBar transparent

navigationBar.ll_setBackgroundColor(UIColor.clearColor())

Restore the default values

navigationBar.ll_reset() // 恢复默认,取消之前的颜色设置的影响

Add StatusBar Mask

navigationBar.ll_setStatusBarMaskColor(UIColor.blackColor().colorWithAlphaComponent(0.1))

Add UINavigationController support

RainbowNavigation

wire the UINavigationController to RainbowNavigation

lazy var rainbowNavigation = LLRainbowNavigation()
   override func viewDidLoad() {
        super.viewDidLoad()
        if let navController = self.navigationController {
            rainbowNavigation.wireTo(navigationController: navController)
        }
    }

LLRainbowColorSource

UINavigationController's children viewControllers comfirm LLRainbowColorSource protocol, and return the UINavigationBar color is OK.

@objc public protocol LLRainbowColorSource {
    optional func ll_navigationBarInColor() -> UIColor    
    optional func ll_navigationBarOutColor() -> UIColor   
}

Demo

RainbowNavigation is simple to use, downlaod the demo project and learn more.

Author

DanisFabric, [email protected]

License

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

rainbownavigation's People

Contributors

danisfabric avatar

Watchers

 avatar

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.