The iOS framework that grows only as fast as its documentation
NIOverviewView Class Reference

Overview

The root scrolling page view of the Overview.

Tasks

BOOL translucent property
 
BOOL enableDraggingVertically property
 
(void) - prependPageView:
 
(void) - addPageView:
 
(void) - removePageView:
 
(void) - updatePages
 

Method Documentation

translucent

Whether the view has a translucent background or not.

@property (nonatomic) BOOL translucent;

enableDraggingVertically

Whether the view can be draggable vertically or not.

@property (nonatomic) BOOL enableDraggingVertically;

prependPageView:

Prepends a new page to the Overview.

- (void)prependPageView:(NIOverviewPageView *)page;

addPageView:

Adds a new page to the Overview.

- (void)addPageView:(NIOverviewPageView *)page;

removePageView:

Removes a page from the Overview.

- (void)removePageView:(NIOverviewPageView *)page;

updatePages

Update all of the views.

- (void)updatePages;