forked from CraigMerchant/CMIndexBar
-
Notifications
You must be signed in to change notification settings - Fork 0
Simple replacment for UITableView Index which allows the colors to be changed
License
computerlogicx/CMIndexBar
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Simple replacment for UITableView Index that allows setting of colors CMIndexBar *indexBar = [[CMIndexBar alloc] initWithFrame:CGRectMake(self.view.frame.size.width-35, 10.0, 28.0, self.view.frame.size.height-20)]; [indexBar setIndexes:[NSMutableArray arrayWithObjects:@"A",@"B",@"C",@"D",@"E",@"F",@"G", nil]]; [self.view addSubview:indexBar]; [indexBar release]; Delegate - (void)indexSelectionDidChange:(CMIndexBar *)IndexBar:(int)index:(NSString*)title;
About
Simple replacment for UITableView Index which allows the colors to be changed
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Objective-C 100.0%