CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

TCTitleLoading 0.0.4

TCTitleLoading 0.0.4

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Jan 2016

Maintained by Travel Chu.




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