Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 371 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 371 Bytes

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];