Skip to content

A navigation top bar like "网易新闻" or"今日头条".Usage like DAPagesContainer.

License

Notifications You must be signed in to change notification settings

SinCheung/UUVPagesController

Repository files navigation

UUVPagesController

A navigation top bar like "网易新闻" or "今日头条".You just pass viewControllers that display all navigation item in or below UINavigationBar.There are two style for change select index, one is scale and another is show indicator.

Basic usage


	#import "UUVPagesController.h"
	
	_pagesController = [UUVPagesController new];
    _pagesController.topBarPlace = self.navigationItem;
    _pagesController.topBarDelegate = self;
    _pagesController.viewControllers = _viewControllers;
    [_pagesController addParentViewController:self];
    	

Notes

  1. Do not support orientation rotation.
  2. Just support ARC.
  3. If you content behind NavigationBar,you should check out the value of viewController`s edgesForExtendedLayout.

Installation

Latest version: 0.0.4


pod search UUVPagesController

if you cannot search out the latest version,try:


pod setup

Release Notes

  • 0.0.3
  • Add show indicator style and bug fixed.

    License

    MIT

    About

    A navigation top bar like "网易新闻" or"今日头条".Usage like DAPagesContainer.

    Resources

    License

    Stars

    Watchers

    Forks

    Packages

    No packages published