Skip to content

wsslxt/TableSectionIndex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

CNSlideSelectionView Instructions

CNSlideSelectionView  *sliderView = [[CNSlideSelectionView alloc]init];
sliderView.delegate=self;
sliderView.indexArr = @[@"A",@"B",@"C",@"D",
@"E",@"F",@"G",@"H",
@"I",@"J",@"K",@"L",
@"M",@"N",@"O",@"P",
@"Q",@"R",@"S",@"T",
@"U",@"V",@"W",@"X",
@"Y",@"Z"];
[self.view addSubview:sliderView];

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published