Giter VIP home page Giter VIP logo

tctitleloading's Introduction

TCTitleLoading

This is a loading in the bottom of navigation bar title area. This project is inspired by XHLoadingNavigationItemTitleView

Change Log

0.0.4

  1. Support device rotation.

Installation

Cocoapod Method:-

pod 'TCTitleLoading'

Source Code Method:-

Add files in folder TCTitleLoading to your project.

##How To Get Started

  1. In your Appdelegate.m, import TCTitleLoadingManager and set custom color, you can skip this step if you want to use the default black color:
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
    // Override point for customization after application launch.

    //Set custom color for dots
    [TCTitleLoadingManager setDotColor:[UIColor orangeColor]];
    return YES;
}

2.Start the loading by calling method startAnimationTitle in your view controller:

[self startAnimationTitle];

3.Start the loading by calling method startAnimationTitle in your view controller:

[self stopAnimationTitle];

4.If you want to skip the title loading for some pages, just tell the manager:

[TCTitleLoadingManager SkipTitleLoadingForClass:[self class]];

Thanks

This project is inspired by XHLoadingNavigationItemTitleView. The dot loading view is TYDotIndicatorView

LICENSE

Distributed under the MIT License.

Author

If you wish to contact me, email at: [email protected]

Blog

http://travelchu.com

tctitleloading's People

Contributors

travelc avatar

Stargazers

 avatar sopig avatar 李焱生 avatar Nick Krzemienski avatar Chris Witko avatar Fernando Reynoso avatar 张嘉夫 avatar  avatar  avatar bampt avatar Alexander Korotkov avatar  avatar ThaiDV avatar Esu Tsai avatar eMob Tech avatar  avatar Simon Strandgaard avatar Bruno Wernimont avatar  avatar Oleksandr Skrypnyk avatar  avatar Michael Pchelnikov avatar Paul Ulric avatar Paresh Navadiya avatar MohsinAli avatar Moonlight avatar Denis Tretyakov avatar Carabineiro avatar Danial avatar

Watchers

MohsinAli avatar Carabineiro avatar  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.