/MTAlphabetIndexView

metro style table view section index view

Primary LanguageObjective-C

Overview

A table view section index view with metro style.

demo image

usage

Add QuartzCore.framework to your project.

Enable or disable section selection at specific index:

- (void)setIndex:(NSInteger)index enabled:(BOOL)enabled;