Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 307 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 307 Bytes

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;