Skip to content

This is a loading in the bottom of navigation bar title area.

Notifications You must be signed in to change notification settings

TravelC/TCTitleLoading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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: chuchuanming@gmail.com

Blog

http://travelchu.com

About

This is a loading in the bottom of navigation bar title area.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published